Uses of Interface
org.apache.struts2.views.java.TagHandlerFactory
Packages that use TagHandlerFactory
-
Uses of TagHandlerFactory in org.apache.struts2.views.java
Classes in org.apache.struts2.views.java that implement TagHandlerFactoryModifier and TypeClassDescriptionclass
Default implementation of TagHandlerFactoryFields in org.apache.struts2.views.java with type parameters of type TagHandlerFactoryModifier and TypeFieldDescriptionprotected Map<String,
List<TagHandlerFactory>> DefaultTheme.handlerFactories
Methods in org.apache.struts2.views.java with parameters of type TagHandlerFactoryModifier and TypeMethodDescriptionprotected void
DefaultTheme.insertTagHandlerFactory
(String tagName, int sequence, TagHandlerFactory factory) Insert a new tag handler into a sequence of tag handlers for a specific tag TODO: Need to take care of serializers, if handler specified is not a TagSerializer it should never be placed after the serializer, but if it is not a TagSerializer, it should neverMethod parameters in org.apache.struts2.views.java with type arguments of type TagHandlerFactoryModifier and TypeMethodDescriptionprotected void
DefaultTheme.setHandlerFactories
(Map<String, List<TagHandlerFactory>> handlers) protected void
DefaultTheme.setTagHandlerFactories
(String tagName, List<TagHandlerFactory> handlers) Set (replace if exists) the tag handler factories for specific tag