This project has retired. For details please refer to its
Attic page .
RelativeServletConnection (Cocoon Servlet Service Implementation 1.3.3-SNAPSHOT API)
org.apache.cocoon.servletservice
Class RelativeServletConnection
java.lang.Object
org.apache.cocoon.servletservice.AbstractServletConnection
org.apache.cocoon.servletservice.RelativeServletConnection
All Implemented Interfaces: ServletConnection
public final class RelativeServletConnection extends AbstractServletConnection
Implementation of a ServletConnection
that gets its content by
invoking the servlet service. It works based on the context of the current
servlet context and its connections.
Since:
1.0.0
Version:
$Id: RelativeServletConnection.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
RelativeServletConnection
public RelativeServletConnection (String connectionName,
String path,
String queryString)
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.