Class AbstractUriTarget
java.lang.Object
ch.tocco.nice2.netui.spi.bind.util.AbstractUriTarget
- All Implemented Interfaces:
UriTarget
- Direct Known Subclasses:
AbstractBeanUriTarget
,AbstractPersistUriTarget
,RootTarget
,SingleTarget
,SingleTarget.RelationTarget
Deprecated.
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.tocco.nice2.netui.api.bind.UriTarget
UriTarget.Method
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
AbstractUriTarget
(URI uri, Class<?> type) Deprecated.protected
AbstractUriTarget
(URI uri, Class<?> type, Set<UriTarget.Method> methods) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected void
checkMethod
(UriTarget.Method method) Deprecated.protected Object
checkNotNull
(@Nullable Object object) Deprecated.protected void
Deprecated.void
delete()
Deprecated.protected UnresolvableUriException
finalUri()
Deprecated.static UnresolvableUriException
Deprecated.get()
Deprecated.Deprecated.Class
<?> getType()
Deprecated.getUri()
Deprecated.boolean
Deprecated.This method is used by internal URI cache to determine if an item retrieved from cache is still valid.void
Deprecated.protected static URI
stripFragment
(URI uri) Deprecated.toString()
Deprecated.protected UriStoreException
unsupportedType
(Object object) Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface ch.tocco.nice2.netui.api.bind.UriTarget
getLastModTime, getLastModUser, getVersion, isPersistent
-
Field Details
-
uri
Deprecated. -
type
Deprecated. -
methods
Deprecated.
-
-
Constructor Details
-
AbstractUriTarget
Deprecated. -
AbstractUriTarget
Deprecated.
-
-
Method Details
-
toString
Deprecated. -
stripFragment
Deprecated. -
getUri
Deprecated. -
getMethods
Deprecated.- Specified by:
getMethods
in interfaceUriTarget
-
getType
Deprecated. -
get
Deprecated.- Specified by:
get
in interfaceUriTarget
- Throws:
UriStoreException
-
put
Deprecated.- Specified by:
put
in interfaceUriTarget
- Throws:
UriStoreException
-
delete
Deprecated.- Specified by:
delete
in interfaceUriTarget
- Throws:
UriStoreException
-
isInvalid
public boolean isInvalid()Deprecated.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. -
finalUri
Deprecated. -
finalUri
Deprecated. -
checkMethod
Deprecated.- Throws:
UriStoreException
-
checkType
Deprecated.- Throws:
UriStoreException
-
checkNotNull
Deprecated.- Throws:
UriStoreException
-
unsupportedType
Deprecated.
-