mondrian.web.taglib
Class ApplResources
java.lang.Object
mondrian.web.taglib.ApplResources
- All Implemented Interfaces:
- Listener.ApplicationContext
public class ApplResources
- extends Object
- implements Listener.ApplicationContext
holds compiled stylesheets
-
-
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApplResources
public ApplResources()
- Creates a
ApplResources
. Only Listener
calls this;
you should probably call getInstance(javax.servlet.ServletContext)
.
getInstance
public static ApplResources getInstance(ServletContext context)
- Retrieves the one and only instance of
ApplResources
in
this servlet's context.
getTransformer
public Transformer getTransformer(String xsltURI,
boolean useCache)
init
public void init(ServletContextEvent event)
- Specified by:
init
in interface Listener.ApplicationContext
destroy
public void destroy(ServletContextEvent ev)
- Specified by:
destroy
in interface Listener.ApplicationContext