info.rolandkrueger.roklib.webapps.urldispatching
Class SimpleURLActionHandler

java.lang.Object
  extended by info.rolandkrueger.roklib.webapps.urldispatching.AbstractURLActionHandler
      extended by info.rolandkrueger.roklib.webapps.urldispatching.SimpleURLActionHandler
All Implemented Interfaces:
IURLActionHandler, Serializable

public class SimpleURLActionHandler
extends AbstractURLActionHandler

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface info.rolandkrueger.roklib.webapps.urldispatching.IURLActionHandler
IURLActionHandler.ParameterMode
 
Field Summary
private  AbstractURLActionCommand mCommand
           
private static long serialVersionUID
           
 
Fields inherited from class info.rolandkrueger.roklib.webapps.urldispatching.AbstractURLActionHandler
mActionName, mHandlerChain
 
Constructor Summary
SimpleURLActionHandler(String actionName, AbstractURLActionCommand command)
           
 
Method Summary
protected  AbstractURLActionCommand handleURLImpl(List<String> uriTokens, Map<String,List<String>> parameters, IURLActionHandler.ParameterMode parameterMode)
           
 
Methods inherited from class info.rolandkrueger.roklib.webapps.urldispatching.AbstractURLActionHandler
addActionArgument, addDefaultCommandForCondition, addSubHandler, addToHandlerChain, clearActionArguments, clearDefaultCommands, forwardToSubHandler, getActionName, getActionURI, getActionURLOverview, getContextURLProvider, getParameterizedActionURL, getParameterizedActionURL, getParameterizedActionURL, getParameterizedActionURL, handleURL, haveRegisteredURLParametersErrors, isCaseSensitive, registerURLParameter, registerURLParameter, setCaseSensitive, setDefaultActionCommand, setParent, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

mCommand

private AbstractURLActionCommand mCommand
Constructor Detail

SimpleURLActionHandler

public SimpleURLActionHandler(String actionName,
                              AbstractURLActionCommand command)
Method Detail

handleURLImpl

protected AbstractURLActionCommand handleURLImpl(List<String> uriTokens,
                                                 Map<String,List<String>> parameters,
                                                 IURLActionHandler.ParameterMode parameterMode)
Specified by:
handleURLImpl in class AbstractURLActionHandler


Copyright © 2007-2011. All Rights Reserved.