org.infoglue.cms.applications.contenttool.actions
Class ViewContentRelationEditorAction

java.lang.Object
  |
  +--org.infoglue.cms.applications.common.actions.WebworkAbstractAction
        |
        +--org.infoglue.cms.applications.contenttool.actions.ViewRelationEditorAction
              |
              +--org.infoglue.cms.applications.contenttool.actions.ViewContentRelationEditorAction
All Implemented Interfaces:
webwork.action.Action, webwork.action.CommandDriven, java.io.Serializable, webwork.action.ServletRequestAware, webwork.action.ServletResponseAware

public class ViewContentRelationEditorAction
extends ViewRelationEditorAction

This action handles all interaction when a user wishes to relate pages to a contentversion. The xml representing the relations is stored in the attribute given in the contentversion.

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface webwork.action.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
ViewContentRelationEditorAction()
          The default constructor.
 
Method Summary
 java.lang.String getQualifyerPath(java.lang.String entityId)
          A method that gets the name for the qualifyer for representation purposes.
 ViewContentRelationEditorAction getThis()
          This is a method for the gui to get hold of this object.
 
Methods inherited from class org.infoglue.cms.applications.contenttool.actions.ViewRelationEditorAction
doChangeRepository, doExecute, doUpdateQualifyer, doUpdateQualifyerInEntityProperties, getAttributeName, getChangeRepositoryAction, getCurrentAction, getCurrentEntity, getCurrentEntityIdentifyer, getEntityId, getEntityName, getQualifyers, getQualifyerXML, getRepositories, getRepositoryId, getTree, getUpdateAction, getXML, setAttributeName, setCurrentEntity, setCurrentEntityIdentifyer, setEntityId, setEntityName, setPath, setQualifyerXML, setRepositoryId, setTree, setUpdateAction, updateAttributeValue
 
Methods inherited from class org.infoglue.cms.applications.common.actions.WebworkAbstractAction
doDefault, execute, getBrowserBean, getCurrentUrl, getError, getErrors, getInfoGluePrincipal, getLocalizedString, getRoot, getSession, setCommand, setServletRequest, setServletResponse
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewContentRelationEditorAction

public ViewContentRelationEditorAction()
The default constructor. It sets the parameters needed for the interaction.

Method Detail

getThis

public ViewContentRelationEditorAction getThis()
This is a method for the gui to get hold of this object.


getQualifyerPath

public java.lang.String getQualifyerPath(java.lang.String entityId)
A method that gets the name for the qualifyer for representation purposes.

Specified by:
getQualifyerPath in class ViewRelationEditorAction