Package org.apache.catalina.storeconfig
Class LoaderSF
java.lang.Object
org.apache.catalina.storeconfig.StoreFactoryBase
org.apache.catalina.storeconfig.LoaderSF
- All Implemented Interfaces:
- IStoreFactory
Store Loader Element.
- 
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 the only the Loader elements, when not defaultMethods inherited from class org.apache.catalina.storeconfig.StoreFactoryBasegetInfo, getRegistry, getStoreAppender, setRegistry, setStoreAppender, storeChildren, storeElement, storeElementArray, storeXMLHead
- 
Constructor Details- 
LoaderSFpublic LoaderSF()
 
- 
- 
Method Details- 
storeStore the only the Loader elements, when not default- Specified by:
- storein interface- IStoreFactory
- Overrides:
- storein class- StoreFactoryBase
- Throws:
- Exception
- See Also:
 
- 
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
 
 
-