org.apache.sling.servlets.resolver.internal.resource
Class ServletResourceProviderFactory

java.lang.Object
  extended by 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").
 
Constructor Summary
ServletResourceProviderFactory(Object servletRoot, String[] paths)
          Constructor
 
Method Summary
 ServletResourceProvider create(org.osgi.framework.ServiceReference ref)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ServletResourceProviderFactory

public ServletResourceProviderFactory(Object servletRoot,
                                      String[] paths)
Constructor

Parameters:
servletRoot - The default value for the servlet root
Method Detail

create

public ServletResourceProvider create(org.osgi.framework.ServiceReference ref)


Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.