org.seasar.robot.client
クラス S2RobotClientFactory

java.lang.Object
  上位を拡張 org.seasar.robot.client.S2RobotClientFactory

public class S2RobotClientFactory
extends Object

作成者:
shinsuke

フィールドの概要
protected  Map<Pattern,S2RobotClient> clientMap
           
 
コンストラクタの概要
S2RobotClientFactory()
           
 
メソッドの概要
 void addClient(List<String> regexList, S2RobotClient client)
           
 void addClient(String regex, S2RobotClient client)
           
 S2RobotClient getClient(String url)
           
 void setInitParameterMap(Map<String,Object> params)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

clientMap

protected Map<Pattern,S2RobotClient> clientMap
コンストラクタの詳細

S2RobotClientFactory

public S2RobotClientFactory()
メソッドの詳細

addClient

public void addClient(String regex,
                      S2RobotClient client)

addClient

public void addClient(List<String> regexList,
                      S2RobotClient client)

getClient

public S2RobotClient getClient(String url)

setInitParameterMap

public void setInitParameterMap(Map<String,Object> params)


Copyright © 2009-2010 The Seasar Foundation. All Rights Reserved.