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.StoreFactoryBase
sm
-
-
Constructor Summary
Constructors Constructor Description StandardServiceSF()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
storeChildren(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.StoreFactoryBase
getInfo, getRegistry, getStoreAppender, setRegistry, setStoreAppender, store, storeElement, storeElementArray, storeXMLHead
-
-
-
-
Method Detail
-
storeChildren
public void storeChildren(java.io.PrintWriter aWriter, int indent, java.lang.Object aService, StoreDescription parentDesc) throws java.lang.Exception
Store the specified service element children.- Overrides:
storeChildren
in classStoreFactoryBase
- Parameters:
aWriter
- Current output writerindent
- Indentation levelaService
- Service to storeparentDesc
- The element description- Throws:
java.lang.Exception
- Configuration storing error
-
-