net.sf.jportlet.service.ssi
Class SSIVelocity

java.lang.Object
  |
  +--net.sf.jportlet.service.ssi.SSIText
        |
        +--net.sf.jportlet.service.ssi.SSIVelocity
All Implemented Interfaces:
SSI

public class SSIVelocity
extends SSIText

This class includes Velocity files into the portlet response. This SSI depends on VelocityService

Author:
Herve Tchepannou

Field Summary
 
Fields inherited from class net.sf.jportlet.service.ssi.SSIText
_init, _log, _serviceConfig, _serviceContext, _servletContext, BUFFER_SIZE
 
Constructor Summary
SSIVelocity()
           
 
Method Summary
 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
 
Methods inherited from class net.sf.jportlet.service.ssi.SSIText
destroy, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SSIVelocity

public SSIVelocity()
Method Detail

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
Description copied from interface: SSI
Include a file

Specified by:
include in interface SSI
Overrides:
include in class SSIText
PortletServiceException
java.io.IOException
See Also:
net.sf.jportal.ssi.SSI#include(java.lang.String, net.sf.jportlet.portlet.PortletRequest, net.sf.jportlet.portlet.PortletResponse)


Copyright © 2002 Herve Tchepannou. All Rights Reserved.