Uses of Interface
org.analogweb.AttributesHandler
-
Packages that use AttributesHandler Package Description org.analogweb Root of Analog Web Framework This package defines fundamental interfaces.org.analogweb.annotation This package define annotations used by default.org.analogweb.core Analogweb's core (default) implementations. -
-
Uses of AttributesHandler in org.analogweb
Methods in org.analogweb that return AttributesHandler Modifier and Type Method Description AttributesHandler
RequestValueResolvers. findAttributesHandler(Class<? extends AttributesHandler> handlerClass)
Methods in org.analogweb with parameters of type AttributesHandler Modifier and Type Method Description ModulesBuilder
ModulesBuilder. addAttributesHandler(AttributesHandler... attributesHandler)
Method parameters in org.analogweb with type arguments of type AttributesHandler Modifier and Type Method Description ModulesBuilder
ModulesBuilder. addAttributesHandlerClass(Class<? extends AttributesHandler> attributesHandlerClass)
AttributesHandler
RequestValueResolvers. findAttributesHandler(Class<? extends AttributesHandler> handlerClass)
-
Uses of AttributesHandler in org.analogweb.annotation
Methods in org.analogweb.annotation that return types with arguments of type AttributesHandler Modifier and Type Method Description Class<? extends AttributesHandler>
value()
-
Uses of AttributesHandler in org.analogweb.core
Classes in org.analogweb.core that implement AttributesHandler Modifier and Type Class Description class
AbstractAttributesHandler
class
ContextSpecificAttributesHandler<T extends RequestContext>
Methods in org.analogweb.core that return AttributesHandler Modifier and Type Method Description AttributesHandler
DefaultReqestValueResolvers. findAttributesHandler(Class<? extends AttributesHandler> handlerClass)
Methods in org.analogweb.core that return types with arguments of type AttributesHandler Modifier and Type Method Description protected List<Class<? extends AttributesHandler>>
DefaultModulesBuilder. getAttributesHandlerClasses()
Methods in org.analogweb.core with parameters of type AttributesHandler Modifier and Type Method Description ModulesBuilder
DefaultModulesBuilder. addAttributesHandler(AttributesHandler... attributesHandler)
Method parameters in org.analogweb.core with type arguments of type AttributesHandler Modifier and Type Method Description ModulesBuilder
DefaultModulesBuilder. addAttributesHandlerClass(Class<? extends AttributesHandler> requestAttributesResolverClass)
AttributesHandler
DefaultReqestValueResolvers. findAttributesHandler(Class<? extends AttributesHandler> handlerClass)
-