|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tapestry5.ioc.BaseLocatable
org.apache.tapestry5.internal.bindings.AbstractBinding
org.apache.tapestry5.internal.bindings.AssetBinding
public class AssetBinding
| Constructor Summary | |
|---|---|
AssetBinding(Location location,
java.lang.String description,
Asset asset)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
get()
Reads the current value of the property (or other resource). |
java.lang.Class |
getBindingType()
Returns the actual class, by invoking Binding.get(). |
java.lang.String |
toString()
|
| Methods inherited from class org.apache.tapestry5.internal.bindings.AbstractBinding |
|---|
getAnnotation, isInvariant, set |
| Methods inherited from class org.apache.tapestry5.ioc.BaseLocatable |
|---|
getLocation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AssetBinding(Location location,
java.lang.String description,
Asset asset)
| Method Detail |
|---|
public java.lang.Class getBindingType()
AbstractBindingBinding.get(). Subclasses may override this method to work more
efficiently (say, when the binding type is known statically).
getBindingType in interface BindinggetBindingType in class AbstractBindingpublic java.lang.Object get()
Binding
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||