|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.opensync.tools.StylesheetCache
A utility class that caches XSLT stylesheets in memory.
| Nested Class Summary | |
(package private) static class |
StylesheetCache.MapEntry
This class represents a value in the cache Map. |
| Method Summary | |
static void |
flush(java.lang.String xsltFileName)
Flush a specific cached stylesheet from memory. |
static void |
flushAll()
Flush all cached stylesheets from memory, emptying the cache. |
static javax.xml.transform.Transformer |
newTransformer(java.lang.String xsltFileName)
Obtain a new Transformer instance for the specified XSLT file name. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static void flushAll()
public static void flush(java.lang.String xsltFileName)
xsltFileName - the file name of the stylesheet to remove.
public static javax.xml.transform.Transformer newTransformer(java.lang.String xsltFileName)
throws javax.xml.transform.TransformerConfigurationException,
java.net.MalformedURLException
xsltFileName - the file name of an XSLT stylesheet.
javax.xml.transform.TransformerConfigurationException
java.net.MalformedURLException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||