net.sf.jportlet.service.ssi
Interface SSIFactoryService

All Superinterfaces:
PortletService
All Known Implementing Classes:
SSIFactoryServiceImpl

public interface SSIFactoryService
extends PortletService

The SSIFactoryService manages SSIs

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
 
Methods inherited from interface net.sf.jportlet.service.PortletService
destroy, getServiceConfig, getServiceName, init
 

Field Detail

NAME

public static final java.lang.String NAME
Method Detail

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.