Class AncestorInPath.HandlerImpl

java.lang.Object
org.kohsuke.stapler.AnnotationHandler<AncestorInPath>
org.kohsuke.stapler.AncestorInPath.HandlerImpl
Enclosing class:
AncestorInPath

public static class AncestorInPath.HandlerImpl extends AnnotationHandler<AncestorInPath>
  • Constructor Details

    • HandlerImpl

      public HandlerImpl()
  • Method Details

    • parse

      public Object parse(StaplerRequest request, AncestorInPath a, Class type, String parameterName) throws javax.servlet.ServletException
      Specified by:
      parse in class AnnotationHandler<AncestorInPath>
      Parameters:
      request - Current request being processed. Normally the parameter injection grabs some value from here and returns it. Never null.
      a - The annotation object attached on the parameter for which this handler is configured. Never null
      type - The type of the parameter. Any value returned from this method must be assignable to this type. Never null.
      parameterName - Name of the parameter.
      Throws:
      javax.servlet.ServletException