org.apache.tapestry5.internal
Class AssetConstants
java.lang.Object
org.apache.tapestry5.internal.AssetConstants
public class AssetConstants
- extends Object
Defines constants for the two basic asset prefixes.
- Since:
- 5.2.0
Field Summary |
static String |
CLASSPATH
For assets that are stored in the classpath (i.e., inside 3rd party component library JARs). |
static String |
CONTEXT
For assets that are stored in the web application context. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONTEXT
public static final String CONTEXT
- For assets that are stored in the web application context.
- See Also:
- Constant Field Values
CLASSPATH
public static final String CLASSPATH
- For assets that are stored in the classpath (i.e., inside 3rd party component library JARs).
- See Also:
- Constant Field Values
AssetConstants
public AssetConstants()
Copyright © 2003-2012 The Apache Software Foundation.