Apache Struts API Documentation: Uses of Interface org.apache.struts.taglib.tiles.InsertTag.TagHandler

Apache Struts API


Uses of Interface
org.apache.struts.taglib.tiles.InsertTag.TagHandler

Packages that use InsertTag.TagHandler
org.apache.struts.taglib.tiles The "struts-tiles" tag library contains tags that are useful in creating dynamic reusable components. 
 

Uses of InsertTag.TagHandler in org.apache.struts.taglib.tiles
 

Classes in org.apache.struts.taglib.tiles that implement InsertTag.TagHandler
protected  class InsertTag.DirectStringHandler
          Handle insert direct string.
protected  class InsertTag.InsertHandler
          Real handler, after attribute resolution.
 

Fields in org.apache.struts.taglib.tiles declared as InsertTag.TagHandler
protected  InsertTag.TagHandler InsertTag.tagHandler
          Final handler of tag methods.
 

Methods in org.apache.struts.taglib.tiles that return InsertTag.TagHandler
 InsertTag.TagHandler InsertTag.createTagHandler()
          Process tag attribute and create corresponding tag handler.
 InsertTag.TagHandler InsertTag.processObjectValue(java.lang.Object value)
          Process an object retrieved as a bean or attribute.
 InsertTag.TagHandler InsertTag.processName(java.lang.String name)
          Process name.
 InsertTag.TagHandler InsertTag.processUrl(java.lang.String url)
          Process the url.
protected  InsertTag.TagHandler InsertTag.processDefinitionName(java.lang.String name)
          Process tag attribute "definition".
protected  InsertTag.TagHandler InsertTag.processDefinition(ComponentDefinition definition)
          End of Process tag attribute "definition".
protected  InsertTag.TagHandler InsertTag.processBean(java.lang.String beanName, java.lang.String beanProperty, java.lang.String beanScope)
          Process a bean.
 InsertTag.TagHandler InsertTag.processAttribute(java.lang.String name)
          Process tag attribute "attribute".
 InsertTag.TagHandler InsertTag.processAsDefinitionOrURL(java.lang.String name)
          Try to process name as a definition, or as an URL if not found.
 InsertTag.TagHandler InsertTag.processTypedAttribute(AttributeDefinition value)
          Process typed attribute according to its type.
 



Copyright © 2000-2005 - The Apache Software Foundation