Package org.apache.cocoon.sitemap

Examples of org.apache.cocoon.sitemap.Invocation


    }

    public void invoke(String requestURI, Map<String, Object> parameters, OutputStream outputStream)
            throws ServletException {

        Invocation buildInvocation = this.test.buildInvocation(requestURI, parameters);

        this.test.sitemap.invoke(buildInvocation);
    }
View Full Code Here

TOP

Related Classes of org.apache.cocoon.sitemap.Invocation

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.