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). |
String |
toString()
Returns
Asset.toClientURL() . |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getResource, toClientURL
public AbstractAsset(boolean invariant)
public boolean isInvariant()
Asset2
Asset.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 Asset2
AssetPathConverter.isInvariant()
,
Binding.isInvariant()
public String toString()
Asset.toClientURL()
.5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.