Class Defer

java.lang.Object
rife.engine.elements.Defer
All Implemented Interfaces:
Element

public class Defer extends Object implements Element
Standard element that allows specific routes to always defer execution to the servlet container.
Since:
1.0
See Also:
  • Constructor Details

    • Defer

      public Defer()
  • 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