Annotation Type HttpWhiteboardContext

    • Field Summary

      Fields 
      Modifier and Type Fields Description
      static java.lang.String PREFIX_
      Prefix for the property name.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String name
      Service property identifying a servlet context helper name.
      java.lang.String path
      Service property identifying a servlet context helper path.
    • Field Detail

      • PREFIX_

        static final java.lang.String PREFIX_
        Prefix for the property name. This value is prepended to each property name.
    • Element Detail

      • name

        java.lang.String name
        Service property identifying a servlet context helper name.
        Returns:
        The context name.
        See Also:
        HTTP_WHITEBOARD_CONTEXT_NAME
      • path

        java.lang.String path
        Service property identifying a servlet context helper path.
        Returns:
        The context path.
        See Also:
        HTTP_WHITEBOARD_CONTEXT_PATH