Package org.apache.catalina.storeconfig
Class StandardServiceSF
java.lang.Object
org.apache.catalina.storeconfig.StoreFactoryBase
org.apache.catalina.storeconfig.StandardServiceSF
- All Implemented Interfaces:
- IStoreFactory
Store server.xml Element Service and all children
- 
Field SummaryFields inherited from class org.apache.catalina.storeconfig.StoreFactoryBasesm
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidstoreChildren(PrintWriter aWriter, int indent, 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
- 
Constructor Details- 
StandardServiceSFpublic StandardServiceSF()
 
- 
- 
Method Details- 
storeChildrenpublic void storeChildren(PrintWriter aWriter, int indent, Object aService, StoreDescription parentDesc) throws Exception Store 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:
- Exception- Configuration storing error
 
 
-