|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmondrian.web.taglib.ApplResources
public class ApplResources
holds compiled stylesheets
Constructor Summary | |
---|---|
ApplResources()
Creates a ApplResources . |
Method Summary | |
---|---|
void |
destroy(ServletContextEvent ev)
|
static ApplResources |
getInstance(ServletContext context)
Retrieves the one and only instance of ApplResources in
this servlet's context. |
javax.xml.transform.Transformer |
getTransformer(java.lang.String xsltURI,
boolean useCache)
|
void |
init(ServletContextEvent event)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ApplResources()
ApplResources
. Only Listener
calls this;
you should probably call getInstance(javax.servlet.ServletContext)
.
Method Detail |
---|
public static ApplResources getInstance(ServletContext context)
ApplResources
in
this servlet's context.
public javax.xml.transform.Transformer getTransformer(java.lang.String xsltURI, boolean useCache)
public void init(ServletContextEvent event)
init
in interface Listener.ApplicationContext
public void destroy(ServletContextEvent ev)
destroy
in interface Listener.ApplicationContext
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |