Class AbstractViewHandler

java.lang.Object
org.apache.ofbiz.webapp.view.AbstractViewHandler
All Implemented Interfaces:
ViewHandler
Direct Known Subclasses:
FreeMarkerViewHandler, HttpViewHandler, JspViewHandler, JspViewHandler, MacroScreenViewHandler, ScreenFopViewHandler, SimpleContentViewHandler

public abstract class AbstractViewHandler extends Object implements ViewHandler
ViewHandler - View Handler Interface
  • Constructor Details

    • AbstractViewHandler

      public AbstractViewHandler()
  • Method Details

    • getName

      public String getName()
      Description copied from interface: ViewHandler
      Gets the name of the view handler as declared in the controller configuration file.
      Specified by:
      getName in interface ViewHandler
      Returns:
      name String The name of the view handler as declared in the controller configuration file.
    • setName

      public void setName(String name)
      Description copied from interface: ViewHandler
      Sets the name of the view handler as declared in the controller configuration file.
      Specified by:
      setName in interface ViewHandler
      Parameters:
      name - String The name of the view handler as declared in the controller configuration file.