Class PropertyUri
java.lang.Object
ch.tocco.nice2.netui.spi.bind.util.AbstractUriTarget
ch.tocco.nice2.netui.impl.bind.protocols.bean.AbstractBeanUriTarget
ch.tocco.nice2.netui.impl.bind.protocols.bean.PropertyUri
- All Implemented Interfaces:
UriTarget
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.tocco.nice2.netui.api.bind.UriTarget
UriTarget.Method -
Field Summary
Fields inherited from class ch.tocco.nice2.netui.impl.bind.protocols.bean.AbstractBeanUriTarget
beanFactoryFields inherited from class ch.tocco.nice2.netui.spi.bind.util.AbstractUriTarget
methods, type, uri -
Constructor Summary
ConstructorsConstructorDescriptionPropertyUri(URI uri, PropertyDescriptor property, BeanFactory parentFactory) -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete()get()voidprotected AbstractBeanUriTargetresolve(UriTargetCache<URI> cache, UriIterator iter) Methods inherited from class ch.tocco.nice2.netui.impl.bind.protocols.bean.AbstractBeanUriTarget
getLastModTime, getLastModUser, getVersion, isPersistentMethods inherited from class ch.tocco.nice2.netui.spi.bind.util.AbstractUriTarget
checkMethod, checkNotNull, checkType, finalUri, finalUri, getMethods, getType, getUri, isInvalid, stripFragment, toString, unsupportedType
-
Constructor Details
-
PropertyUri
-
-
Method Details
-
resolve
protected AbstractBeanUriTarget resolve(UriTargetCache<URI> cache, UriIterator iter) throws UnresolvableUriException - Specified by:
resolvein classAbstractBeanUriTarget- Throws:
UnresolvableUriException
-
get
- Specified by:
getin interfaceUriTarget- Overrides:
getin classAbstractUriTarget- Throws:
UriStoreException
-
put
- Specified by:
putin interfaceUriTarget- Overrides:
putin classAbstractUriTarget- Throws:
UriStoreException
-
delete
- Specified by:
deletein interfaceUriTarget- Overrides:
deletein classAbstractUriTarget- Throws:
UriStoreException
-