Uses of Interface
org.apache.struts2.views.java.TagHandlerFactory

Packages that use TagHandlerFactory
org.apache.struts2.views.java   
 

Uses of TagHandlerFactory in org.apache.struts2.views.java
 

Classes in org.apache.struts2.views.java that implement TagHandlerFactory
 class DefaultTagHandlerFactory
          Default implementation of TagHandlerFactory
 

Fields in org.apache.struts2.views.java with type parameters of type TagHandlerFactory
protected  Map<String,List<TagHandlerFactory>> DefaultTheme.handlerFactories
           
 

Methods in org.apache.struts2.views.java with parameters of type TagHandlerFactory
protected  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 never
 

Method parameters in org.apache.struts2.views.java with type arguments of type TagHandlerFactory
protected  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
 



Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.