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.
      Overrides:
      storeChildren in class StoreFactoryBase
      Parameters:
      aWriter - PrintWriter to which we are storing
      indent - Number of spaces to indent this element
      aEngine - Object whose properties are being stored
      parentDesc - The element description
      Throws:
      Exception - if an exception occurs while storing