public abstract class AbstractAsset extends java.lang.Object implements Asset2
| Constructor and Description |
|---|
AbstractAsset(boolean invariant) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isInvariant()
Returns true if the Asset is invariant (meaning that it returns the same value from
Asset.toClientURL()
at all times). |
java.lang.String |
toString()
Returns
Asset.toClientURL(). |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetResource, toClientURLpublic AbstractAsset(boolean invariant)
public boolean isInvariant()
Asset2Asset.toClientURL()
at all times). Most Assets are invariant. Assets that are used as binding values will be cached more aggressively by Tapestry if they are
invariant.isInvariant in interface Asset2AssetPathConverter.isInvariant(),
Binding.isInvariant()public java.lang.String toString()
Asset.toClientURL().toString in class java.lang.Object${project.version} - Copyright © 2003-2015 The Apache Software Foundation.