Class EntityUri
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.EntityUri
- 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.entity.AbstractPersistUriTarget
resolver
Fields inherited from class ch.tocco.nice2.netui.spi.bind.util.AbstractUriTarget
methods, type, uri
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionget()
boolean
This method is used by internal URI cache to determine if an item retrieved from cache is still valid.protected AbstractPersistUriTarget
resolve
(UriTargetCache<URI> cache, UriIterator iter) Methods inherited from class ch.tocco.nice2.netui.impl.bind.protocols.entity.AbstractPersistUriTarget
doParametrize, getLastModTime, getLastModUser, getVersion, isPersistent, parametrize
Methods inherited from class ch.tocco.nice2.netui.spi.bind.util.AbstractUriTarget
checkMethod, checkNotNull, checkType, delete, finalUri, finalUri, getMethods, getType, getUri, put, stripFragment, toString, unsupportedType
-
Constructor Details
-
EntityUri
-
-
Method Details
-
get
- Specified by:
get
in interfaceUriTarget
- Overrides:
get
in classAbstractUriTarget
-
resolve
protected AbstractPersistUriTarget resolve(UriTargetCache<URI> cache, UriIterator iter) throws UnresolvableUriException, PersistException - Specified by:
resolve
in classAbstractPersistUriTarget
- Throws:
UnresolvableUriException
PersistException
-
isInvalid
public boolean isInvalid()Description copied from interface:UriTarget
This method is used by internal URI cache to determine if an item retrieved from cache is still valid. If the target is invalid, the URI will be resolved again.- Specified by:
isInvalid
in interfaceUriTarget
- Overrides:
isInvalid
in classAbstractUriTarget
- Returns:
- true if this UriTarget is invalid
-