|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.primix.tapestry.util.Enum | +--com.primix.tapestry.spec.AssetType
Defines the types of assets.
AssetSpecification
, Serialized FormField Summary | |
static AssetType |
CONTEXT
A resource visible to the ServletContext . |
static AssetType |
EXTERNAL
An external resource. |
static AssetType |
PRIVATE
An internal resource visible only on the classpath. |
Methods inherited from class com.primix.tapestry.util.Enum |
getEnumerationId, getSingleton, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final AssetType EXTERNAL
public static final AssetType CONTEXT
ServletContext
.public static final AssetType PRIVATE
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |