public class ApplResources extends Object
Constructor and Description |
---|
ApplResources()
Creates a
ApplResources . |
Modifier and Type | Method and Description |
---|---|
void |
destroy(javax.servlet.ServletContextEvent ev) |
static ApplResources |
getInstance(javax.servlet.ServletContext context)
Retrieves the one and only instance of
ApplResources in
this servlet's context. |
Transformer |
getTransformer(String xsltURI,
boolean useCache) |
void |
init(javax.servlet.ServletContextEvent event) |
public ApplResources()
ApplResources
. Only Listener
calls this;
you should probably call getInstance(javax.servlet.ServletContext)
.public static ApplResources getInstance(javax.servlet.ServletContext context)
ApplResources
in
this servlet's context.public Transformer getTransformer(String xsltURI, boolean useCache)
public void init(javax.servlet.ServletContextEvent event)
public void destroy(javax.servlet.ServletContextEvent ev)
Copyright © 2018 Hitachi Vantara. All rights reserved.