org.apache.cocoon.servletservice
Interface ServletServiceContextAware

All Known Implementing Classes:
ServletService

public interface ServletServiceContextAware

Inteface for making the servlet service context of a servlet service available. It is needed for inter servlet communication in the servlet service framework. It is normaly introduced by an AOP mixin.

Version:
$Id$

Method Summary
 ServletContext getServletServiceContext()
          The servlet context used for inter servlet service communication
 

Method Detail

getServletServiceContext

public ServletContext getServletServiceContext()
The servlet context used for inter servlet service communication

Returns:


Copyright © 1999-2007 The Apache Software Foundation. All Rights Reserved.