Class RootTarget
java.lang.Object
ch.tocco.nice2.netui.spi.bind.util.AbstractUriTarget
ch.tocco.nice2.netui.impl.bind.protocols.template.RootTarget
- All Implemented Interfaces:
UriTarget
Uri target for loading a list of entity-templates
-
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.spi.bind.util.AbstractUriTarget
methods, type, uri
-
Constructor Summary
ConstructorDescriptionRootTarget
(URI uri, CommandExecutor executor, DataModel dataModel, TypeManager typeManager, UriResolver resolver, TemplateBlacklist templateBlacklist, Set<TemplateEntityFieldHandler> fieldHandlers) -
Method Summary
Modifier and TypeMethodDescriptionget()
@Nullable org.joda.time.DateTime
@Nullable String
long
boolean
ch.tocco.nice2.netui.impl.bind.protocols.template.ResolvableUriTarget
resolveNext
(UriTargetCache<URI> cache, UriIterator iter) Methods inherited from class ch.tocco.nice2.netui.spi.bind.util.AbstractUriTarget
checkMethod, checkNotNull, checkType, delete, finalUri, finalUri, getMethods, getType, getUri, isInvalid, put, stripFragment, toString, unsupportedType
-
Field Details
-
mode
-
-
Constructor Details
-
RootTarget
public RootTarget(URI uri, CommandExecutor executor, DataModel dataModel, TypeManager typeManager, UriResolver resolver, TemplateBlacklist templateBlacklist, Set<TemplateEntityFieldHandler> fieldHandlers)
-
-
Method Details
-
get
- Specified by:
get
in interfaceUriTarget
- Overrides:
get
in classAbstractUriTarget
- Throws:
UriStoreException
-
resolveNext
public ch.tocco.nice2.netui.impl.bind.protocols.template.ResolvableUriTarget resolveNext(UriTargetCache<URI> cache, UriIterator iter) throws UnresolvableUriException, UriStoreException -
getVersion
- Throws:
UriStoreException
-
getLastModUser
- Throws:
UriStoreException
-
getLastModTime
- Throws:
UriStoreException
-
isPersistent
public boolean isPersistent()
-