Package org.apache.catalina.storeconfig
Class StandardServiceSF
- java.lang.Object
- 
- org.apache.catalina.storeconfig.StoreFactoryBase
- 
- org.apache.catalina.storeconfig.StandardServiceSF
 
 
- 
- All Implemented Interfaces:
- IStoreFactory
 
 public class StandardServiceSF extends StoreFactoryBase Store server.xml Element Service and all children
- 
- 
Field Summary- 
Fields inherited from class org.apache.catalina.storeconfig.StoreFactoryBasesm
 
- 
 - 
Constructor SummaryConstructors Constructor Description StandardServiceSF()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidstoreChildren(java.io.PrintWriter aWriter, int indent, java.lang.Object aService, StoreDescription parentDesc)Store the specified service element children.- 
Methods inherited from class org.apache.catalina.storeconfig.StoreFactoryBasegetInfo, getRegistry, getStoreAppender, setRegistry, setStoreAppender, store, storeElement, storeElementArray, storeXMLHead
 
- 
 
- 
- 
- 
Method Detail- 
storeChildrenpublic void storeChildren(java.io.PrintWriter aWriter, int indent, java.lang.Object aService, StoreDescription parentDesc) throws java.lang.ExceptionStore the specified service element children.- Overrides:
- storeChildrenin class- StoreFactoryBase
- Parameters:
- aWriter- Current output writer
- indent- Indentation level
- aService- Service to store
- parentDesc- The element description
- Throws:
- java.lang.Exception- Configuration storing error
 
 
- 
 
-