Package mondrian.web.taglib
Class ApplResources
- java.lang.Object
-
- mondrian.web.taglib.ApplResources
-
public class ApplResources extends Object
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(javax.servlet.ServletContextEvent ev)
static ApplResources
getInstance(javax.servlet.ServletContext context)
Retrieves the one and only instance ofApplResources
in this servlet's context.Transformer
getTransformer(String xsltURI, boolean useCache)
void
init(javax.servlet.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(javax.servlet.ServletContext context)
Retrieves the one and only instance ofApplResources
in this servlet's context.
-
getTransformer
public Transformer getTransformer(String xsltURI, boolean useCache)
-
init
public void init(javax.servlet.ServletContextEvent event)
-
destroy
public void destroy(javax.servlet.ServletContextEvent ev)
-
-