Package net.sf.jportlet.service.ssi

Examples of net.sf.jportlet.service.ssi.SSIFactoryService


        if ( __log.isDebugEnabled(  ) )
        {
            __log.debug( "include(" + path + ",...)" );
        }

        SSIFactoryService factory = ( SSIFactoryService ) getService( SSIFactoryService.NAME );
        factory.getSSI( path ).include( path, this, request, response );
    }
View Full Code Here

TOP

Related Classes of net.sf.jportlet.service.ssi.SSIFactoryService

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.