Uses of Class
org.apache.tiles.autotag.model.TemplateParameter
Packages that use TemplateParameter
Package
Description
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 TemplateParameterModifier and TypeMethodDescriptionTemplateMethod.getParameterByName
(String name) Returns a parameter given its name.Methods in org.apache.tiles.autotag.model that return types with arguments of type TemplateParameterModifier and TypeMethodDescriptionTemplateClass.getParameters()
Returns the collection of regular parameters (no request, no body) of the execute method.TemplateMethod.getParameters()
Returns the parameters of this method.Constructor parameters in org.apache.tiles.autotag.model with type arguments of type TemplateParameterModifierConstructorDescriptionTemplateMethod
(String name, Iterable<? extends TemplateParameter> parameters) Constructor.