Class WebTemplateRedirectAnnotation


  • public class WebTemplateRedirectAnnotation
    extends java.lang.Object
    Annotation identifying a redirect to the WebTemplate.
    Author:
    Daniel Sagenschneider
    • 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 the HttpInputPath.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WebTemplateRedirectAnnotation

        public WebTemplateRedirectAnnotation​(java.lang.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 Detail

      • getValuesType

        public java.lang.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.