Class LoaderSF

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

public class LoaderSF extends StoreFactoryBase
Store Loader Element.
  • Constructor Details

    • LoaderSF

      public LoaderSF()
  • Method Details

    • store

      public void store(PrintWriter aWriter, int indent, Object aElement) throws Exception
      Description copied from interface: IStoreFactory
      Store a server.xml element with attributes and children.
      Specified by:
      store in interface IStoreFactory
      Overrides:
      store in class StoreFactoryBase
      Parameters:
      aWriter - the writer to write to
      indent - the indentation
      aElement - the element to write
      Throws:
      Exception - if an error occurs
    • isDefaultLoader

      protected boolean isDefaultLoader(Loader loader)
      Is this an instance of the default Loader configuration, with all-default properties?
      Parameters:
      loader - Loader to be tested
      Returns:
      true if this is an instance of the default loader