Uses of Class
info.rolandkrueger.roklib.webapps.urldispatching.IURLActionHandler.ParameterMode

Packages that use IURLActionHandler.ParameterMode
info.rolandkrueger.roklib.webapps.urldispatching Framework for mapping URLs on action objects. 
 

Uses of IURLActionHandler.ParameterMode in info.rolandkrueger.roklib.webapps.urldispatching
 

Fields in info.rolandkrueger.roklib.webapps.urldispatching declared as IURLActionHandler.ParameterMode
private  IURLActionHandler.ParameterMode URLActionDispatcher.mParameterMode
           
 

Methods in info.rolandkrueger.roklib.webapps.urldispatching that return IURLActionHandler.ParameterMode
static IURLActionHandler.ParameterMode IURLActionHandler.ParameterMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IURLActionHandler.ParameterMode[] IURLActionHandler.ParameterMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in info.rolandkrueger.roklib.webapps.urldispatching with parameters of type IURLActionHandler.ParameterMode
protected  AbstractURLActionCommand AbstractURLActionHandler.forwardToSubHandler(String handlerID, List<String> uriTokens, Map<String,List<String>> parameters, IURLActionHandler.ParameterMode parameterMode)
           
 URL AbstractURLActionHandler.getParameterizedActionURL(boolean clearAfterwards, IURLActionHandler.ParameterMode parameterMode)
           
 URL AbstractURLActionHandler.getParameterizedActionURL(boolean clearAfterwards, IURLActionHandler.ParameterMode parameterMode, boolean addHashMark)
           
 URL AbstractURLActionHandler.getParameterizedActionURL(boolean clearAfterwards, IURLActionHandler.ParameterMode parameterMode, boolean addHashMark, URL baseURL)
           
 DownloadInfo URLActionDispatcher.handleURIAction(URL context, String relativeUri, 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)
           
 void URLActionDispatcher.setParameterMode(IURLActionHandler.ParameterMode parameterMode)
           
 



Copyright © 2007-2011. All Rights Reserved.