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

Packages that use AbstractURLActionHandler
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 AbstractURLActionHandler in info.rolandkrueger.roklib.webapps.urldispatching
 

Subclasses of AbstractURLActionHandler in info.rolandkrueger.roklib.webapps.urldispatching
 class DispatchingURLActionHandler
           
 class SimpleURLActionHandler
           
 

Fields in info.rolandkrueger.roklib.webapps.urldispatching declared as AbstractURLActionHandler
private  AbstractURLActionHandler AbstractURLActionHandler.mParentHandler
           
 

Fields in info.rolandkrueger.roklib.webapps.urldispatching with type parameters of type AbstractURLActionHandler
private  Map<String,AbstractURLActionHandler> AbstractURLActionHandler.mSubHandlers
           
 

Methods in info.rolandkrueger.roklib.webapps.urldispatching that return types with arguments of type AbstractURLActionHandler
private  Map<String,AbstractURLActionHandler> AbstractURLActionHandler.getSubHandlerMap()
           
 

Methods in info.rolandkrueger.roklib.webapps.urldispatching with parameters of type AbstractURLActionHandler
 void AbstractURLActionHandler.addSubHandler(AbstractURLActionHandler subHandler)
           
protected  void AbstractURLActionHandler.setParent(AbstractURLActionHandler parent)
           
 

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

Methods in info.rolandkrueger.roklib.webapps.urldispatching.urlparameters with parameters of type AbstractURLActionHandler
 void Point2DURLParameter.parameterizeURLHandler(AbstractURLActionHandler handler)
           
 void IURLParameter.parameterizeURLHandler(AbstractURLActionHandler handler)
           
 void AbstractSingleURLParameter.parameterizeURLHandler(AbstractURLActionHandler handler)
           
 void IURLParameter.setValueAndParameterizeURLHandler(V value, AbstractURLActionHandler handler)
           
 void AbstractURLParameter.setValueAndParameterizeURLHandler(V value, AbstractURLActionHandler handler)
           
 



Copyright © 2007-2011. All Rights Reserved.