Package mondrian.web.taglib
Class ApplResources
- java.lang.Object
-
- mondrian.web.taglib.ApplResources
-
- All Implemented Interfaces:
Listener.ApplicationContext
public class ApplResources extends java.lang.Object implements Listener.ApplicationContext
Holds compiled stylesheets.- Author:
- Andreas Voss, 22 March, 2002
-
-
Constructor Summary
Constructors Constructor Description ApplResources()
Creates aApplResources
.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
destroy(ServletContextEvent ev)
static ApplResources
getInstance(ServletContext context)
Retrieves the one and only instance ofApplResources
in this servlet's context.javax.xml.transform.Transformer
getTransformer(java.lang.String xsltURI, boolean useCache)
void
init(ServletContextEvent event)
-
-
-
Constructor Detail
-
ApplResources
public ApplResources()
Creates aApplResources
. OnlyListener
calls this; you should probably callgetInstance(javax.servlet.ServletContext)
.
-
-
Method Detail
-
getInstance
public static ApplResources getInstance(ServletContext context)
Retrieves the one and only instance ofApplResources
in this servlet's context.
-
getTransformer
public javax.xml.transform.Transformer getTransformer(java.lang.String xsltURI, boolean useCache)
-
init
public void init(ServletContextEvent event)
- Specified by:
init
in interfaceListener.ApplicationContext
-
destroy
public void destroy(ServletContextEvent ev)
- Specified by:
destroy
in interfaceListener.ApplicationContext
-
-