|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.xmlserv.main.StylesheetCache
This class implements a transparent stylesheet cache and is used to access stylesheets. The actual storage mechanism for stylesheets is delegated to an implementation of the interface StylesheetRepository.
StylesheetRepository
Constructor Summary | |
StylesheetCache(StylesheetRepository repository)
|
Method Summary | |
void |
flushCache()
Flush cache, removing all entries. |
javax.xml.transform.Transformer |
getStylesheet(java.lang.String identifier)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StylesheetCache(StylesheetRepository repository)
Method Detail |
public javax.xml.transform.Transformer getStylesheet(java.lang.String identifier) throws java.io.IOException
public void flushCache()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |