Class WebTemplateRedirectAnnotation
java.lang.Object
net.officefloor.web.template.section.WebTemplateRedirectAnnotation
Annotation identifying a redirect to the
WebTemplate.- Author:
- Daniel Sagenschneider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<?>Obtains the type provided to the redirect to source values to construct theHttpInputPath.
-
Constructor Details
-
WebTemplateRedirectAnnotation
Instantiate.- Parameters:
valuesType- Type provided to the redirect to source values to construct theHttpInputPath. May benullif no values are required.
-
-
Method Details
-
getValuesType
Obtains the type provided to the redirect to source values to construct theHttpInputPath.- Returns:
- Type provided to the redirect to source values to construct the
HttpInputPath. May benull.
-