Class ContextRepositoryServlet

  • All Implemented Interfaces:
    Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

    public class ContextRepositoryServlet
    extends AbstractRepositoryServlet
    Servlet that makes a repository from one servlet context attribute available as another servlet context attribute. The source context can be different from the context of this servlet.

    The supported initialization parameters of this servlet are:

    javax.jcr.Repository
    Name of the target servlet context attribute. The default value is "javax.jcr.Repository".
    path
    Context path of the source servlet context. The source context defaults to the context of this servlet if this parameter is not set.
    name
    Name of the source servlet context attribute. The default value is "javax.jcr.Repository". The name of the source attribute can be the same as the name of target attribute only if the source context is different from the context of this servlet.

    This servlet can also be mapped to the URL space. See AbstractRepositoryServlet for the details.

    Since:
    1.4
    See Also:
    Serialized Form