org.apache.tapestry5.internal
Class InternalSymbols

java.lang.Object
  extended by org.apache.tapestry5.internal.InternalSymbols

public class InternalSymbols
extends Object


Field Summary
static String ALIAS_MODE
          The application mode, generally "servlet", used to select the correct contributions to the Alias service.
static String APP_NAME
          The name of the application (i.e., the name of the application filter).
static String APP_PACKAGE_PATH
          The application package converted to a path ('.' becomes '/').
 
Constructor Summary
InternalSymbols()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALIAS_MODE

public static final String ALIAS_MODE
The application mode, generally "servlet", used to select the correct contributions to the Alias service.

See Also:
Constant Field Values

APP_NAME

public static final 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_PATH

public static final 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

InternalSymbols

public InternalSymbols()


Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.