org.nakedobjects.plugins.html.action.view
Class ObjectViewAbstract

java.lang.Object
  extended by org.nakedobjects.plugins.html.action.view.ObjectViewAbstract
All Implemented Interfaces:
Action
Direct Known Subclasses:
FieldCollectionView, ObjectView, ServiceView

public abstract class ObjectViewAbstract
extends java.lang.Object
implements Action


Constructor Summary
ObjectViewAbstract()
           
 
Method Summary
protected  boolean addObjectToHistory()
           
protected  void doExecute(Context context, ViewPane content, NakedObject object, java.lang.String field)
           
 void execute(Request request, Context context, Page page)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.nakedobjects.plugins.html.action.Action
name
 

Constructor Detail

ObjectViewAbstract

public ObjectViewAbstract()
Method Detail

execute

public final void execute(Request request,
                          Context context,
                          Page page)
Specified by:
execute in interface Action

doExecute

protected void doExecute(Context context,
                         ViewPane content,
                         NakedObject object,
                         java.lang.String field)

addObjectToHistory

protected boolean addObjectToHistory()


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.