org.rivetlogic.scar.action
Class ContentAction

java.lang.Object
  extended by org.rivetlogic.scar.action.BaseAction
      extended by org.rivetlogic.scar.action.ContentAction
All Implemented Interfaces:
java.io.Serializable

@Name(value="action.contentaction")
@Scope(value=SESSION)
public class ContentAction
extends BaseAction

Backing bean for some content table actions (e.g. delete).

Author:
Rivet Logic Corporation
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.rivetlogic.scar.action.BaseAction
raarServices, user
 
Constructor Summary
ContentAction()
           
 
Method Summary
 java.lang.String deleteContent()
           
 void setSelectedNode(NodeData nodeData)
           
 
Methods inherited from class org.rivetlogic.scar.action.BaseAction
getUser, setUser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentAction

public ContentAction()
Method Detail

setSelectedNode

public void setSelectedNode(NodeData nodeData)

deleteContent

public java.lang.String deleteContent()


Copyright 2008, Rivet Logic Corporation.