|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Server Side Include
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 |
public void destroy()
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
path
- path of the file to includecontext
- context of the portletrequest
- requestresponse
- response
PortletException
- if any error occurs
java.io.IOException
- if any IO error occurs
PortletServiceException
public void init(net.sf.jportlet.service.PortletServiceConfig config) throws PortletServiceException
config
- configuration of the service
ServletException
PortletServiceException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |