Package org.apache.catalina.storeconfig
Class LoaderSF
- java.lang.Object
- 
- org.apache.catalina.storeconfig.StoreFactoryBase
- 
- org.apache.catalina.storeconfig.LoaderSF
 
 
- 
- All Implemented Interfaces:
- IStoreFactory
 
 public class LoaderSF extends StoreFactoryBase Store Loader Element.
- 
- 
Field Summary- 
Fields inherited from class org.apache.catalina.storeconfig.StoreFactoryBasesm
 
- 
 - 
Constructor SummaryConstructors Constructor Description LoaderSF()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanisDefaultLoader(Loader loader)Is this an instance of the defaultLoaderconfiguration, with all-default properties?voidstore(java.io.PrintWriter aWriter, int indent, java.lang.Object aElement)Store the only the Loader elements, when not default- 
Methods inherited from class org.apache.catalina.storeconfig.StoreFactoryBasegetInfo, getRegistry, getStoreAppender, setRegistry, setStoreAppender, storeChildren, storeElement, storeElementArray, storeXMLHead
 
- 
 
- 
- 
- 
Method Detail- 
storepublic void store(java.io.PrintWriter aWriter, int indent, java.lang.Object aElement) throws java.lang.ExceptionStore the only the Loader elements, when not default- Specified by:
- storein interface- IStoreFactory
- Overrides:
- storein class- StoreFactoryBase
- Throws:
- java.lang.Exception
- See Also:
- NamingResourcesSF.storeChildren(PrintWriter, int, Object, StoreDescription)
 
 - 
isDefaultLoaderprotected boolean isDefaultLoader(Loader loader) Is 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
 
 
- 
 
-