Class PrintTemplate

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

public class PrintTemplate extends Object implements Element
Standard element that will print a template with particular name.
Since:
1.0
See Also:
  • Constructor Details

    • PrintTemplate

      public PrintTemplate(String name)
      Constructs the element with the name of the template to print.
      Parameters:
      name - the name of the template to print
      Since:
      1.0
  • 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