org.apache.sling.servlets.resolver.internal.resource
Class ServletResourceProviderFactory
java.lang.Object
org.apache.sling.servlets.resolver.internal.resource.ServletResourceProviderFactory
public class ServletResourceProviderFactory
- extends Object
Field Summary |
static String |
SERVLET_PATH_EXTENSION
The extension appended to servlets to register into the resource tree to
simplify handling in the resolution process (value is ".servlet"). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SERVLET_PATH_EXTENSION
public static final String SERVLET_PATH_EXTENSION
- The extension appended to servlets to register into the resource tree to
simplify handling in the resolution process (value is ".servlet").
- See Also:
- Constant Field Values
ServletResourceProviderFactory
public ServletResourceProviderFactory(Object servletRoot,
String[] paths)
- Constructor
- Parameters:
servletRoot
- The default value for the servlet root
create
public ServletResourceProvider create(org.osgi.framework.ServiceReference ref)
Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.