Class TapestryHttpInternalSymbols
- java.lang.Object
- 
- org.apache.tapestry5.http.internal.TapestryHttpInternalSymbols
 
- 
 public class TapestryHttpInternalSymbols extends java.lang.Object 
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringAPP_NAMEThe name of the application (i.e., the name of the application filter).static java.lang.StringAPP_PACKAGE_PATHThe application package converted to a path ('.' becomes '/').
 - 
Constructor SummaryConstructors Constructor Description TapestryHttpInternalSymbols()
 
- 
- 
- 
Field Detail- 
APP_NAMEpublic static final java.lang.String 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_PATHpublic static final java.lang.String 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
 
 
- 
 - 
Constructor Detail- 
TapestryHttpInternalSymbolspublic TapestryHttpInternalSymbols() 
 
- 
 
-