net.sf.jportlet.service.ssi
Interface SSI

All Known Implementing Classes:
SSIText

public interface SSI

Server Side Include

Author:
Herve Tchepannou

Method Summary
 void destroy()
          This method is called by the container when shutted down
 void include(java.lang.String path, net.sf.jportlet.portlet.PortletContext context, net.sf.jportlet.portlet.PortletRequest request, net.sf.jportlet.portlet.PortletResponse response)
          Include a file
 void init(net.sf.jportlet.service.PortletServiceConfig config)
          This method is called by the container when started
 

Method Detail

destroy

public void destroy()
This method is called by the container when shutted down


include

public void include(java.lang.String path,
                    net.sf.jportlet.portlet.PortletContext context,
                    net.sf.jportlet.portlet.PortletRequest request,
                    net.sf.jportlet.portlet.PortletResponse response)
             throws PortletServiceException,
                    java.io.IOException
Include a file

Parameters:
path - path of the file to include
context - context of the portlet
request - request
response - response
Throws:
PortletException - if any error occurs
java.io.IOException - if any IO error occurs
PortletServiceException

init

public void init(net.sf.jportlet.service.PortletServiceConfig config)
          throws PortletServiceException
This method is called by the container when started

Parameters:
config - configuration of the service
Throws:
ServletException
PortletServiceException


Copyright © 2002 Herve Tchepannou. All Rights Reserved.