Class TapestryHttpInternalSymbols

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static APP_NAME
      The name of the application (i.e., the name of the application filter).
      static APP_PACKAGE_PATH
      The application package converted to a path ('.' becomes '/').
    • Method Summary

      • Methods inherited from class java.lang.

        , , , , , , , , , ,
    • Field Detail

      • APP_NAME

        public static final  APP_NAME
        The name of the application (i.e., the name of the application filter). Used, for example, to select additional resources related to the application.
        See Also:
        Constant Field Values
      • APP_PACKAGE_PATH

        public static final  APP_PACKAGE_PATH
        The application package converted to a path ('.' becomes '/'). Useful for finding resources on the classpath relevant to the application.
        Since:
        5.1.0.0
        See Also:
        Constant Field Values