Class LoaderSF
java.lang.Object
org.apache.catalina.storeconfig.StoreFactoryBase
org.apache.catalina.storeconfig.LoaderSF
- 
Field SummaryFields inherited from class org.apache.catalina.storeconfig.StoreFactoryBasesm
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanisDefaultLoader(Loader loader) Is this an instance of the defaultLoaderconfiguration, with all-default properties?voidstore(PrintWriter aWriter, int indent, Object aElement) Store a server.xml element with attributes and children.Methods inherited from class org.apache.catalina.storeconfig.StoreFactoryBasegetInfo, getRegistry, getStoreAppender, setRegistry, setStoreAppender, storeChildren, storeElement, storeElementArray, storeXMLHead
- 
Constructor Details- 
LoaderSFpublic LoaderSF()
 
- 
- 
Method Details- 
storeDescription copied from interface:IStoreFactoryStore a server.xml element with attributes and children.- Specified by:
- storein interface- IStoreFactory
- Overrides:
- storein class- StoreFactoryBase
- Parameters:
- aWriter- the writer to write to
- indent- the indentation
- aElement- the element to write
- Throws:
- Exception- if an error occurs
 
- 
isDefaultLoaderIs this an instance of the defaultLoaderconfiguration, with all-default properties?- Parameters:
- loader- Loader to be tested
- Returns:
- trueif this is an instance of the default loader
 
 
-