org.seasar.robot.rule.impl
クラス RuleManagerImpl

java.lang.Object
  上位を拡張 org.seasar.robot.rule.impl.RuleManagerImpl
すべての実装されたインタフェース:
RuleManager

public class RuleManagerImpl
extends Object
implements RuleManager

作成者:
shinsuke

フィールドの概要
protected  List<Rule> ruleList
           
 
コンストラクタの概要
RuleManagerImpl()
           
 
メソッドの概要
 void addRule(Rule rule)
           
 Rule getRule(ResponseData responseData)
           
 boolean hasRule(Rule rule)
           
 boolean removeRule(Rule rule)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

ruleList

protected List<Rule> ruleList
コンストラクタの詳細

RuleManagerImpl

public RuleManagerImpl()
メソッドの詳細

getRule

public Rule getRule(ResponseData responseData)
定義:
インタフェース RuleManager 内の getRule

addRule

public void addRule(Rule rule)
定義:
インタフェース RuleManager 内の addRule

hasRule

public boolean hasRule(Rule rule)
定義:
インタフェース RuleManager 内の hasRule

removeRule

public boolean removeRule(Rule rule)
定義:
インタフェース RuleManager 内の removeRule


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