net.sf.jportlet.service.ssi
Class SSIFactoryServiceImpl
java.lang.Object
|
+--net.sf.jportlet.service.PortletServiceAdapter
|
+--net.sf.jportlet.service.ssi.SSIFactoryServiceImpl
- All Implemented Interfaces:
- PortletService, SSIFactoryService
- public class SSIFactoryServiceImpl
- extends PortletServiceAdapter
- implements SSIFactoryService
Implementation of net.sf.jportal.ssi.SSIFactory
.
- Author:
- Herve Tchepannou
Field Summary |
static java.lang.String |
_CLASS
|
Method Summary |
void |
destroy()
Destroy the service |
java.lang.String |
getServiceName()
Returns the name of the service |
net.sf.jportlet.service.ssi.SSI |
getSSI(java.lang.String path)
Returns a net.sf.jportal.ssi.SSI by the extension of the file |
void |
init(net.sf.jportlet.service.PortletServiceConfig serviceConfig)
Initialize the service |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_CLASS
public static final java.lang.String _CLASS
- See Also:
- Constant Field Values
SSIFactoryServiceImpl
public SSIFactoryServiceImpl()
destroy
public void destroy()
- Description copied from interface:
PortletService
- Destroy the service
- Specified by:
destroy
in interface PortletService
- Overrides:
destroy
in class PortletServiceAdapter
- See Also:
net.sf.jportal.ssi.SSIFactory#destroy()
getServiceName
public java.lang.String getServiceName()
- Description copied from interface:
PortletService
- Returns the name of the service
- Specified by:
getServiceName
in interface PortletService
- Returns:
- String
- See Also:
PortletService.getServiceName()
getSSI
public net.sf.jportlet.service.ssi.SSI getSSI(java.lang.String path)
throws SSINotFoundException
- Description copied from interface:
SSIFactoryService
- Returns a
net.sf.jportal.ssi.SSI
by the extension of the file
- Specified by:
getSSI
in interface SSIFactoryService
- Parameters:
path
- path of the file to include
- Returns:
- SSI
SSINotFoundException
- See Also:
net.sf.jportal.ssi.SSIFactory#getSSI(java.lang.String)
init
public void init(net.sf.jportlet.service.PortletServiceConfig serviceConfig)
throws PortletServiceException
- Description copied from interface:
PortletService
- Initialize the service
- Specified by:
init
in interface PortletService
- Overrides:
init
in class PortletServiceAdapter
- Parameters:
serviceConfig
- configuration of the service
PortletServiceException
- See Also:
PortletService.init(net.sf.jportlet.service.PortletServiceConfig)
Copyright © 2002 Herve Tchepannou. All Rights Reserved.