Package org.apache.tapestry5.internal
Class AssetConstants
java.lang.Object
org.apache.tapestry5.internal.AssetConstants
Defines constants for the two basic asset prefixes.
- Since:
- 5.2.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
For assets that are stored in the classpath (i.e., inside 3rd party component library JARs).static final String
For assets that are stored in the web application context.static final String
For assets that are external (stored in another service) and stored in a publicly available FTP server (ftp://...)static final String
For assets that are external (stored in another service) and have a non-secure URL (http://...)static final String
For assets that are external (stored in another service) and have a secure URL (https://...)static final String
For assets that are external (stored in another service) and have a protocol-relative URL (//...) -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CONTEXT
For assets that are stored in the web application context.- See Also:
-
CLASSPATH
For assets that are stored in the classpath (i.e., inside 3rd party component library JARs).- See Also:
-
HTTP
For assets that are external (stored in another service) and have a non-secure URL (http://...)- See Also:
-
HTTPS
For assets that are external (stored in another service) and have a secure URL (https://...)- See Also:
-
PROTOCOL_RELATIVE
For assets that are external (stored in another service) and have a protocol-relative URL (//...)- See Also:
-
FTP
For assets that are external (stored in another service) and stored in a publicly available FTP server (ftp://...)- See Also:
-
-
Constructor Details
-
AssetConstants
public AssetConstants()
-