portal.chiba.xsl
Class PortalXSLTCTransformerService

java.lang.Object
  extended byportal.chiba.xsl.A_PortalXSLTransformerService
      extended byportal.chiba.xsl.PortalXSLTCTransformerService
All Implemented Interfaces:
org.chiba.xml.xslt.TransformerService, javax.xml.transform.URIResolver

public class PortalXSLTCTransformerService
extends A_PortalXSLTransformerService

An XSL transformer service that compiles XSL stylesheets into Java classes using Xalan's XLTC technology.

Version:
$Revision: 1.2 $
Author:
Thomas Weckert

Constructor Summary
PortalXSLTCTransformerService(PortalApplication portalApplication, PortalConfiguration portalConfig)
           
 
Method Summary
 javax.xml.transform.TransformerFactory getTransformerFactory()
           
 
Methods inherited from class portal.chiba.xsl.A_PortalXSLTransformerService
getTransformer, getTransformer, resolve, setTransformerFactory
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalXSLTCTransformerService

public PortalXSLTCTransformerService(PortalApplication portalApplication,
                                     PortalConfiguration portalConfig)
                              throws PortalException
Method Detail

getTransformerFactory

public javax.xml.transform.TransformerFactory getTransformerFactory()
Specified by:
getTransformerFactory in interface org.chiba.xml.xslt.TransformerService
Specified by:
getTransformerFactory in class A_PortalXSLTransformerService
See Also:
TransformerService.getTransformerFactory()