Package org.apache.ofbiz.webapp.view
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
ViewHandler - View Handler Interface
-
Constructor Details
-
AbstractViewHandler
public AbstractViewHandler()
-
-
Method Details
-
getName
Description copied from interface:ViewHandler
Gets the name of the view handler as declared in the controller configuration file.- Specified by:
getName
in interfaceViewHandler
- Returns:
- name String The name of the view handler as declared in the controller configuration file.
-
setName
Description copied from interface:ViewHandler
Sets the name of the view handler as declared in the controller configuration file.- Specified by:
setName
in interfaceViewHandler
- Parameters:
name
- String The name of the view handler as declared in the controller configuration file.
-