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
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractUriTarget(URI uri, Class<?> type) Deprecated.protectedAbstractUriTarget(URI uri, Class<?> type, Set<UriTarget.Method> methods) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcheckMethod(UriTarget.Method method) Deprecated.protected ObjectcheckNotNull(@Nullable Object object) Deprecated.protected voidDeprecated.voiddelete()Deprecated.protected UnresolvableUriExceptionfinalUri()Deprecated.static UnresolvableUriExceptionDeprecated.get()Deprecated.Deprecated.Class<?> getType()Deprecated.getUri()Deprecated.booleanDeprecated.This method is used by internal URI cache to determine if an item retrieved from cache is still valid.voidDeprecated.protected static URIstripFragment(URI uri) Deprecated.toString()Deprecated.protected UriStoreExceptionunsupportedType(Object object) Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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:
getMethodsin interfaceUriTarget
-
getType
Deprecated. -
get
Deprecated.- Specified by:
getin interfaceUriTarget- Throws:
UriStoreException
-
put
Deprecated.- Specified by:
putin interfaceUriTarget- Throws:
UriStoreException
-
delete
Deprecated.- Specified by:
deletein interfaceUriTarget- Throws:
UriStoreException
-
isInvalid
public boolean isInvalid()Deprecated.Description copied from interface:UriTargetThis 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.
-