Package | Description |
---|---|
org.apache.struts.tiles.taglib |
The "struts-tiles" tag library contains tags that are useful in
creating dynamic reusable components.
|
Modifier and Type | Class and Description |
---|---|
protected class |
InsertTag.DirectStringHandler
Handle insert direct string.
|
protected class |
InsertTag.InsertHandler
Real handler, after attribute resolution.
|
Modifier and Type | Field and Description |
---|---|
protected InsertTag.TagHandler |
InsertTag.tagHandler
Final handler of tag methods.
|
Modifier and Type | Method and Description |
---|---|
InsertTag.TagHandler |
InsertTag.createTagHandler()
Process tag attribute and create corresponding tag handler.
|
InsertTag.TagHandler |
InsertTag.processAsDefinitionOrURL(String name)
Try to process name as a definition, or as an URL if not found.
|
InsertTag.TagHandler |
InsertTag.processAttribute(String name)
Process tag attribute "attribute".
|
protected InsertTag.TagHandler |
InsertTag.processBean(String beanName,
String beanProperty,
String beanScope)
Process a bean.
|
protected InsertTag.TagHandler |
InsertTag.processDefinition(ComponentDefinition definition)
End of Process tag attribute "definition".
|
protected InsertTag.TagHandler |
InsertTag.processDefinitionName(String name)
Process tag attribute "definition".
|
InsertTag.TagHandler |
InsertTag.processName(String name)
Process name.
|
InsertTag.TagHandler |
InsertTag.processObjectValue(Object value)
Process an object retrieved as a bean or attribute.
|
InsertTag.TagHandler |
InsertTag.processTypedAttribute(AttributeDefinition value)
Process typed attribute according to its type.
|
InsertTag.TagHandler |
InsertTag.processUrl(String url)
Process the url.
|
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.