net.sf.jportlet.service.ssi
Interface SSIFactoryService
- All Superinterfaces:
- PortletService
- All Known Implementing Classes:
- SSIFactoryServiceImpl
- public interface SSIFactoryService
- extends PortletService
The SSIFactoryService
manages SSI
s
- Author:
- Herve Tchepannou
Field Summary |
static java.lang.String |
NAME
|
Method Summary |
net.sf.jportlet.service.ssi.SSI |
getSSI(java.lang.String path)
Returns a net.sf.jportal.ssi.SSI by the extension of the file |
NAME
public static final java.lang.String NAME
getSSI
public net.sf.jportlet.service.ssi.SSI getSSI(java.lang.String path)
throws SSINotFoundException
- Returns a
net.sf.jportal.ssi.SSI
by the extension of the file
- Parameters:
path
- path of the file to include
- Returns:
- SSI
SSINotFoundException
Copyright © 2002 Herve Tchepannou. All Rights Reserved.