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
  • Constructor Details

    • StandardServiceSF

      public StandardServiceSF()
  • Method Details

    • storeChildren

      public void storeChildren(PrintWriter aWriter, int indent, Object aService, StoreDescription parentDesc) throws Exception
      Store the specified service element children.

      Must Implement at subclass for custom store children handling.

      Overrides:
      storeChildren in class StoreFactoryBase
      Parameters:
      aWriter - Current output writer
      indent - Indentation level
      aService - Current element
      parentDesc - The element description
      Throws:
      Exception - Configuration storing error