public class ModelBinding extends Object implements org.apache.tapestry5.Binding
| Constructor and Description |
|---|
ModelBinding(org.apache.tapestry5.Binding binding) |
| Modifier and Type | Method and Description |
|---|---|
Object |
get() |
<T extends Annotation> |
getAnnotation(Class<T> tClass) |
Class |
getBindingType() |
boolean |
isInvariant() |
void |
set(Object value) |
public Class getBindingType()
getBindingType in interface org.apache.tapestry5.Bindingpublic Object get()
get in interface org.apache.tapestry5.Bindingpublic void set(Object value)
set in interface org.apache.tapestry5.Bindingpublic boolean isInvariant()
isInvariant in interface org.apache.tapestry5.Bindingpublic <T extends Annotation> T getAnnotation(Class<T> tClass)
getAnnotation in interface org.apache.tapestry5.ioc.AnnotationProviderCopyright © 2004–2015. All rights reserved.