Uses of Class
info.rolandkrueger.roklib.webapps.urldispatching.AbstractURLActionCommand

Packages that use AbstractURLActionCommand
info.rolandkrueger.roklib.webapps.urldispatching Framework for mapping URLs on action objects. 
info.rolandkrueger.roklib.webapps.urldispatching.urlparameters Object representations of URL parameters. 
 

Uses of AbstractURLActionCommand in info.rolandkrueger.roklib.webapps.urldispatching
 

Fields in info.rolandkrueger.roklib.webapps.urldispatching declared as AbstractURLActionCommand
private  AbstractURLActionCommand URLActionDispatcher.m404FileNotFoundCommand
           
private  AbstractURLActionCommand SimpleURLActionHandler.mCommand
           
private  AbstractURLActionCommand AbstractURLActionHandler.mDefaultCommand
           
private  AbstractURLActionCommand AbstractURLActionHandler.CommandForCondition.mDefaultCommandForCondition
           
private  AbstractURLActionCommand DispatchingURLActionHandler.mRootCommand
           
 

Methods in info.rolandkrueger.roklib.webapps.urldispatching that return AbstractURLActionCommand
protected  AbstractURLActionCommand AbstractURLActionHandler.forwardToSubHandler(String handlerID, List<String> uriTokens, Map<String,List<String>> parameters, IURLActionHandler.ParameterMode parameterMode)
           
 AbstractURLActionCommand IURLActionHandler.handleURL(List<String> uriTokens, Map<String,List<String>> parameters, IURLActionHandler.ParameterMode parameterMode)
           
 AbstractURLActionCommand AbstractURLActionHandler.handleURL(List<String> pUriTokens, Map<String,List<String>> pParameters, IURLActionHandler.ParameterMode pParameterMode)
           
protected  AbstractURLActionCommand SimpleURLActionHandler.handleURLImpl(List<String> uriTokens, Map<String,List<String>> parameters, IURLActionHandler.ParameterMode parameterMode)
           
protected  AbstractURLActionCommand DispatchingURLActionHandler.handleURLImpl(List<String> uriTokens, Map<String,List<String>> parameters, IURLActionHandler.ParameterMode parameterMode)
           
protected abstract  AbstractURLActionCommand AbstractURLActionHandler.handleURLImpl(List<String> uriTokens, Map<String,List<String>> parameters, IURLActionHandler.ParameterMode parameterMode)
           
 

Methods in info.rolandkrueger.roklib.webapps.urldispatching with parameters of type AbstractURLActionCommand
 void AbstractURLActionHandler.addDefaultCommandForCondition(AbstractURLActionCommand command, AbstractCondition condition)
           
 void IURLActionDispatcherListener.handleURLActionCommand(AbstractURLActionCommand command)
           
 void URLActionDispatcher.set404FileNotFoundCommand(AbstractURLActionCommand fileNotFoundCommand)
           
 void AbstractURLActionHandler.setDefaultActionCommand(AbstractURLActionCommand command)
           
 void DispatchingURLActionHandler.setRootCommand(AbstractURLActionCommand rootCommand)
           
 

Constructors in info.rolandkrueger.roklib.webapps.urldispatching with parameters of type AbstractURLActionCommand
SimpleURLActionHandler(String actionName, AbstractURLActionCommand command)
           
 

Uses of AbstractURLActionCommand in info.rolandkrueger.roklib.webapps.urldispatching.urlparameters
 

Methods in info.rolandkrueger.roklib.webapps.urldispatching.urlparameters that return AbstractURLActionCommand
 AbstractURLActionCommand SingleStringURLParameter.getErrorCommandIfInvalid()
           
 AbstractURLActionCommand SingleLongURLParameter.getErrorCommandIfInvalid()
           
 AbstractURLActionCommand SingleIntegerURLParameter.getErrorCommandIfInvalid()
           
 AbstractURLActionCommand SingleFloatURLParameter.getErrorCommandIfInvalid()
           
 AbstractURLActionCommand SingleDoubleURLParameter.getErrorCommandIfInvalid()
           
 AbstractURLActionCommand SingleDateURLParameter.getErrorCommandIfInvalid()
           
 AbstractURLActionCommand SingleBooleanURLParameter.getErrorCommandIfInvalid()
           
 AbstractURLActionCommand Point2DURLParameter.getErrorCommandIfInvalid()
           
 AbstractURLActionCommand IURLParameter.getErrorCommandIfInvalid()
           
 



Copyright © 2007-2011. All Rights Reserved.