org.apache.tapestry5.internal
Class InternalSymbols
java.lang.Object
org.apache.tapestry5.internal.InternalSymbols
public class InternalSymbols
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
PRE_SELECTED_FORM_NAMES
public static final String PRE_SELECTED_FORM_NAMES
- Comma-separated list of pre-allocated Form component control names. Basically, this exists to
work around name collisions on the client side. Starting in 5.3, these names are
also pre-allocated as ids.
- Since:
- 5.2.0
- See Also:
- Constant Field Values
InternalSymbols
public InternalSymbols()
Copyright © 2003-2012 The Apache Software Foundation.