com.googlecode.webutilities.modules.infra
Class ModuleRules

java.lang.Object
  extended by com.googlecode.webutilities.modules.infra.ModuleRules

public class ModuleRules
extends Object


Constructor Summary
ModuleRules()
           
 
Method Summary
 boolean addRule(IRule rule)
           
 boolean equals(Object o)
           
 List<PostChainRule> getPostChainRules()
           
 List<PreChainRule> getPreChainRules()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModuleRules

public ModuleRules()
Method Detail

addRule

public boolean addRule(IRule rule)

getPreChainRules

public List<PreChainRule> getPreChainRules()

getPostChainRules

public List<PostChainRule> getPostChainRules()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2011. All Rights Reserved.