org.dyndns.nuda.mapper.driver.helper
クラス RealSubProtocolRegexBean

java.lang.Object
  上位を拡張 org.dyndns.nuda.mapper.driver.helper.RealSubProtocolRegexBean

@Regex(pattern="\\?(.*|\\&)subProtocol=([^\\&]+)")
public class RealSubProtocolRegexBean
extends java.lang.Object

接続文字列からサブプロトコルを抽出するためのRegexBeanです

作成者:
nkoseki

フィールドの概要
 java.lang.String realSubProtocol
           
 
コンストラクタの概要
RealSubProtocolRegexBean()
           
 
メソッドの概要
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

realSubProtocol

@RegexItem(groupIndex=2)
public java.lang.String realSubProtocol
コンストラクタの詳細

RealSubProtocolRegexBean

public RealSubProtocolRegexBean()