Class ModelUri
java.lang.Object
ch.tocco.nice2.netui.spi.bind.util.AbstractUriTarget
ch.tocco.nice2.netui.impl.bind.protocols.entity.AbstractPersistUriTarget
ch.tocco.nice2.netui.impl.bind.protocols.entity.ModelUri
- All Implemented Interfaces:
UriTarget
-
Nested Class Summary
Nested classes/interfaces inherited from interface UriTarget
UriTarget.Method -
Field Summary
Fields inherited from class AbstractPersistUriTarget
resolverFields inherited from class AbstractUriTarget
methods, type, uri -
Constructor Summary
ConstructorsModifierConstructorDescription<T extends ModelElement>ModelUri(URI uri, UriResolver resolver, Class<T> type, T model) -
Method Summary
Modifier and TypeMethodDescriptionget()protected AbstractPersistUriTargetresolve(UriTargetCache<URI> cache, UriIterator iter) Methods inherited from class AbstractPersistUriTarget
doParametrize, getLastModTime, getLastModUser, getVersion, isPersistent, parametrizeMethods inherited from class AbstractUriTarget
checkMethod, checkNotNull, checkType, delete, finalUri, finalUri, getMethods, getType, getUri, isInvalid, put, stripFragment, toString, unsupportedType
-
Constructor Details
-
ModelUri
-
-
Method Details
-
get
- Specified by:
getin interfaceUriTarget- Overrides:
getin classAbstractUriTarget
-
resolve
protected AbstractPersistUriTarget resolve(UriTargetCache<URI> cache, UriIterator iter) throws UnresolvableUriException, PersistException - Specified by:
resolvein classAbstractPersistUriTarget- Throws:
UnresolvableUriExceptionPersistException
-