Class WebTemplateRedirectAnnotation

java.lang.Object
net.officefloor.web.template.section.WebTemplateRedirectAnnotation

public class WebTemplateRedirectAnnotation extends Object
Annotation identifying a redirect to the WebTemplate.
Author:
Daniel Sagenschneider
  • Constructor Details

    • WebTemplateRedirectAnnotation

      public WebTemplateRedirectAnnotation(Class<?> valuesType)
      Instantiate.
      Parameters:
      valuesType - Type provided to the redirect to source values to construct the HttpInputPath. May be null if no values are required.
  • Method Details

    • getValuesType

      public Class<?> getValuesType()
      Obtains the type provided to the redirect to source values to construct the HttpInputPath.
      Returns:
      Type provided to the redirect to source values to construct the HttpInputPath. May be null.