This project has retired. For details please refer to its
Attic page.
AbsoluteServletConnection (Cocoon Servlet Service Implementation 1.3.3-SNAPSHOT API)
org.apache.cocoon.servletservice
Class AbsoluteServletConnection
java.lang.Object
org.apache.cocoon.servletservice.AbstractServletConnection
org.apache.cocoon.servletservice.AbsoluteServletConnection
- All Implemented Interfaces:
- ServletConnection
public final class AbsoluteServletConnection
- extends AbstractServletConnection
Create a connection to a servlet service. In order to use it, the fully qualified service name must be available.
- Since:
- 1.0.0
- Version:
- $Id: AbsoluteServletConnection.html 1422810 2012-12-17 09:13:50Z ilgrosso $
Method Summary |
protected void |
performConnect()
Perform the actual connect that invokes the servlet service. |
Methods inherited from class org.apache.cocoon.servletservice.AbstractServletConnection |
connect, getContentType, getDateHeader, getHeaderField, getHeaderFieldDate, getHeaders, getInputStream, getLastModified, getOutputStream, getResponseCode, getURI, setIfModifiedSince |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ABSOLUTE_SERVLET_SOURCE_POSTFIX
public static String ABSOLUTE_SERVLET_SOURCE_POSTFIX
AbsoluteServletConnection
public AbsoluteServletConnection(String serviceName,
String path,
String queryString)
- Create an absolute connection to a servlet service.
- Parameters:
serviceName
- The fully qualified service name (= the name of the Spring bean).path
- The requested path of the service.queryString
- The query parameters formatted as HTTP request query string.
performConnect
protected void performConnect()
throws javax.servlet.ServletException,
IOException
- Perform the actual connect that invokes the servlet service.
- Specified by:
performConnect
in class AbstractServletConnection
- Throws:
javax.servlet.ServletException
IOException
Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.