Package 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.- 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 voiddestroy(ServletContextEvent ev)static ApplResourcesgetInstance(ServletContext context)Retrieves the one and only instance ofApplResourcesin this servlet's context.TransformergetTransformer(String xsltURI, boolean useCache)voidinit(ServletContextEvent event)
-
-
-
Constructor Detail
-
ApplResources
public ApplResources()
Creates aApplResources. OnlyListenercalls this; you should probably callgetInstance(javax.servlet.ServletContext).
-
-
Method Detail
-
getInstance
public static ApplResources getInstance(ServletContext context)
Retrieves the one and only instance ofApplResourcesin this servlet's context.
-
getTransformer
public Transformer getTransformer(String xsltURI, boolean useCache)
-
init
public void init(ServletContextEvent event)
- Specified by:
initin interfaceListener.ApplicationContext
-
destroy
public void destroy(ServletContextEvent ev)
- Specified by:
destroyin interfaceListener.ApplicationContext
-
-