Class StandardEngineSF

java.lang.Object
org.apache.catalina.storeconfig.StoreFactoryBase
org.apache.catalina.storeconfig.StandardEngineSF
All Implemented Interfaces:
IStoreFactory

public class StandardEngineSF extends StoreFactoryBase
Store server.xml Element Engine
  • Constructor Details

    • StandardEngineSF

      public StandardEngineSF()
  • Method Details

    • storeChildren

      public void storeChildren(PrintWriter aWriter, int indent, Object aEngine, StoreDescription parentDesc) throws Exception
      Store the specified Engine properties.

      Must Implement at subclass for custom store children handling.

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