@Singleton @Deprecated public class VirtualURIManager extends ModuleConfigurationObservingManager
virtualURIMapping
.VirtualURIMapping
,
VirtualUriFilter
Modifier and Type | Field and Description |
---|---|
static String |
FROM_URI_NODEDATANAME
Deprecated.
|
static String |
TO_URI_NODEDATANAME
Deprecated.
|
Constructor and Description |
---|
VirtualURIManager(ModuleRegistry moduleRegistry,
Node2BeanProcessor nodeToBean,
EventBus systemEventBus)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
getURIMapping(String uri)
Deprecated.
Checks for the requested URI mapping in Server config : Servlet Specification 2.3 Section 10 "Mapping Requests to
Servlets".
|
String |
getURIMapping(String uri,
String queryString)
Deprecated.
Checks for the requested URI mapping in Server config : Servlet Specification 2.3 Section 10 "Mapping Requests to
Servlets".
|
Collection<VirtualURIMapping> |
getURIMappings()
Deprecated.
|
protected VirtualURIMapping |
readVirtualURIMapping(javax.jcr.Node node)
Deprecated.
|
protected void |
reload(List<javax.jcr.Node> nodes)
Deprecated.
|
getObservedNodes, getObservedPaths, getSession, onClear, onRegister, onStart, registerChangeListener, reload
getDelay, getEventTypesMask, getMaxDelay, getNodeTypes, getObservedPath, getReloadMonitor, getWorkspace, instantiateEventListener, isIncludeSubNodes, setDelay, setMaxDelay, start
public static final String FROM_URI_NODEDATANAME
public static final String TO_URI_NODEDATANAME
@Inject public VirtualURIManager(ModuleRegistry moduleRegistry, Node2BeanProcessor nodeToBean, @Named(value="system") EventBus systemEventBus)
public String getURIMapping(String uri)
uri
- the URI of the current request, decoded and without the context pathpublic String getURIMapping(String uri, String queryString)
uri
- the URI of the current request, decoded and without the context pathqueryString
- the Query String of the current requestprotected void reload(List<javax.jcr.Node> nodes) throws javax.jcr.RepositoryException
reload
in class ModuleConfigurationObservingManager
javax.jcr.RepositoryException
protected VirtualURIMapping readVirtualURIMapping(javax.jcr.Node node)
public Collection<VirtualURIMapping> getURIMappings()
Copyright © 2003–2018 Magnolia International Ltd.. All rights reserved.