|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ofbiz.webapp.view.AbstractViewHandler
public abstract class AbstractViewHandler
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 |
---|
protected java.lang.String name
Constructor Detail |
---|
public AbstractViewHandler()
Method Detail |
---|
public java.lang.String getName()
ViewHandler
getName
in interface ViewHandler
public void setName(java.lang.String name)
ViewHandler
setName
in interface ViewHandler
name
- String The name of the view handler as declared in the controller configuration file.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |