Class ServeContent

java.lang.Object
rife.cmf.elements.ServeContent
All Implemented Interfaces:
Element

public class ServeContent extends Object implements Element
  • Constructor Details

    • ServeContent

      public ServeContent(Datasource datasource)
    • ServeContent

      public ServeContent(Datasource datasource, String repositoryName)
  • Method Details

    • process

      public void process(Context c) throws Exception
      Description copied from interface: Element
      Process the provided Context with this element.
      Specified by:
      process in interface Element
      Parameters:
      c - the provided request/response context
      Throws:
      Exception - when an error occurs
    • filterPath

      public String filterPath(String path)