org.jwarp.service.web.dispatch
Interface ICondition

All Superinterfaces:
IConfigurable
All Known Implementing Classes:
SimpleCondition

public interface ICondition
extends IConfigurable


Method Summary
 void check(WebContext context)
           
 java.lang.String getName()
           
 
Methods inherited from interface org.jwarp.service.configuration.IConfigurable
configure
 

Method Detail

getName

public java.lang.String getName()

check

public void check(WebContext context)
           throws ParameterNotFoundException,
                  ParameterException

©   O R C A   S y s t e m s