Package ch.tocco.nice2.dms.impl.tree.uri
Class BinaryContentUriTarget
java.lang.Object
ch.tocco.nice2.dms.api.tree.uri.AbstractContentUriTarget
ch.tocco.nice2.dms.impl.tree.uri.BinaryContentUriTarget
- All Implemented Interfaces:
ContentUriTarget
,UriTarget
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.tocco.nice2.netui.api.bind.UriTarget
UriTarget.Method
-
Constructor Summary
ModifierConstructorDescriptionprotected
BinaryContentUriTarget
(Entity delegate, URI uri, BinaryContent binaryContent) protected
BinaryContentUriTarget
(Entity delegate, URI uri, BinaryContent binaryContent, boolean isFallback) -
Method Summary
Methods inherited from class ch.tocco.nice2.dms.api.tree.uri.AbstractContentUriTarget
delete, equals, getEntity, getLastModTime, getLastModUser, getMethods, getType, getUri, getVersion, hashCode, isFallback, isInvalid, isPersistent, put, setIsFallback
-
Constructor Details
-
BinaryContentUriTarget
-
BinaryContentUriTarget
protected BinaryContentUriTarget(Entity delegate, URI uri, BinaryContent binaryContent, boolean isFallback)
-
-
Method Details
-
get
-
isCachable
public boolean isCachable()- Specified by:
isCachable
in interfaceContentUriTarget
- Overrides:
isCachable
in classAbstractContentUriTarget
- Returns:
true
if thisContentUriTarget
can be cached by itsch.tocco.nice2.netui.spi.bind.ProtocolProvider
,false
otherwise
-