|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TemplateParameter | |
---|---|
org.apache.tiles.autotag.model | Domain model classes representing a parsed template suite. |
Uses of TemplateParameter in org.apache.tiles.autotag.model |
---|
Methods in org.apache.tiles.autotag.model that return TemplateParameter | |
---|---|
TemplateParameter |
TemplateMethod.getParameterByName(String name)
Returns a parameter given its name. |
Methods in org.apache.tiles.autotag.model that return types with arguments of type TemplateParameter | |
---|---|
Collection<TemplateParameter> |
TemplateMethod.getParameters()
Returns the parameters of this method. |
Collection<TemplateParameter> |
TemplateClass.getParameters()
Returns the collection of regular parameters (no request, no body) of the execute method. |
Constructor parameters in org.apache.tiles.autotag.model with type arguments of type TemplateParameter | |
---|---|
TemplateMethod(String name,
Iterable<? extends TemplateParameter> parameters)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |