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

    Fields
    Modifier and Type
    Field
    Description
    static 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
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait