Class WebTemplateRedirectAnnotation
- java.lang.Object
-
- net.officefloor.web.template.section.WebTemplateRedirectAnnotation
-
public class WebTemplateRedirectAnnotation extends java.lang.Object
Annotation identifying a redirect to theWebTemplate
.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description WebTemplateRedirectAnnotation(java.lang.Class<?> valuesType)
Instantiate.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<?>
getValuesType()
Obtains the type provided to the redirect to source values to construct theHttpInputPath
.
-
-
-
Constructor Detail
-
WebTemplateRedirectAnnotation
public WebTemplateRedirectAnnotation(java.lang.Class<?> valuesType)
Instantiate.- Parameters:
valuesType
- Type provided to the redirect to source values to construct theHttpInputPath
. May benull
if no values are required.
-
-
Method Detail
-
getValuesType
public java.lang.Class<?> 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
.
-
-