Package org.apache.sling.bgservlets

Examples of org.apache.sling.bgservlets.BackgroundHttpServletRequest


    BackgroundRequestExecutionJob(SlingRequestProcessor slingRequestProcessor,
            JobStorage storage, SlingHttpServletRequest request,
            HttpServletResponse hsr, String[] parametersToRemove)
            throws IOException, LoginException {
        this.request = new BackgroundHttpServletRequest(request,
                parametersToRemove);
        this.slingRequestProcessor = slingRequestProcessor;

        // Provide this as the RuntimeState for the background servlet
        this.request.setAttribute(RuntimeState.class.getName(), this);
View Full Code Here

TOP

Related Classes of org.apache.sling.bgservlets.BackgroundHttpServletRequest

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.