org.ofbiz.webapp.view
Class AbstractViewHandler

java.lang.Object
  extended by org.ofbiz.webapp.view.AbstractViewHandler
All Implemented Interfaces:
ViewHandler
Direct Known Subclasses:
DataVisionViewHandler, FreeMarkerViewHandler, HttpViewHandler, JasperReportsJXlsViewHandler, JasperReportsPdfViewHandler, JasperReportsPoiXlsViewHandler, JasperReportsXmlViewHandler, JPublishViewHandler, JspViewHandler, MacroScreenViewHandler, RegionViewHandler, ScreenFopViewHandler, ScreenTextViewHandler, ScreenWidgetViewHandler, VelocityViewHandler, WfsViewHandler

public abstract class AbstractViewHandler
extends java.lang.Object
implements ViewHandler

ViewHandler - View Handler Interface


Field Summary
protected  java.lang.String name
           
 
Constructor Summary
AbstractViewHandler()
           
 
Method Summary
 java.lang.String getName()
          Gets the name of the view handler as declared in the controller configuration file.
 void setName(java.lang.String name)
          Sets the name of the view handler as declared in the controller configuration file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.ofbiz.webapp.view.ViewHandler
init, render
 

Field Detail

name

protected java.lang.String name
Constructor Detail

AbstractViewHandler

public AbstractViewHandler()
Method Detail

getName

public java.lang.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(java.lang.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.