org.apache.tapestry5.internal.services
Class RequestConstants
java.lang.Object
org.apache.tapestry5.internal.services.RequestConstants
public final class RequestConstants
- extends Object
Constants used when processing requests from the client web browser.
|
Field Summary |
static String |
ASSET_PATH_PREFIX
Request path prefix that identifies an internal (on the classpath) asset. |
static String |
CONTEXT_FOLDER
Virtual folder name for assets that are actually stored in the context, but are exposed (much like classpath
assets) to gain far-future expires headers and automatic content compression. |
static String |
VIRTUAL_FOLDER
Folder for virtual assets: combined JavaScript files. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ASSET_PATH_PREFIX
public static final String ASSET_PATH_PREFIX
- Request path prefix that identifies an internal (on the classpath) asset.
- See Also:
- Constant Field Values
CONTEXT_FOLDER
public static final String CONTEXT_FOLDER
- Virtual folder name for assets that are actually stored in the context, but are exposed (much like classpath
assets) to gain far-future expires headers and automatic content compression. The application version number
comes after this prefix and before the true path.
- Since:
- 5.1.0.0
- See Also:
- Constant Field Values
VIRTUAL_FOLDER
public static final String VIRTUAL_FOLDER
- Folder for virtual assets: combined JavaScript files. The file name is actualy a compressed bytestream
of the names of each file.
- Since:
- 5.1.0.2
- See Also:
- Constant Field Values
RequestConstants
public RequestConstants()
Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.