org.apache.tapestry5.internal
Class AssetConstants

java.lang.Object
  extended by 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.
 
Constructor Summary
AssetConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

AssetConstants

public AssetConstants()


Copyright © 2003-2012 The Apache Software Foundation.