net.sf.scmwebgui.actions
Class MoveContent
java.lang.Object
net.sf.scmwebgui.actions.MoveContent
- All Implemented Interfaces:
- IActionHandler
public class MoveContent
- extends java.lang.Object
- implements IActionHandler
This IActionHandler moves a Content stored in Sconman. The handler is called
with these parameters:
- 'contentPath' - Path to the content you want to move
- 'categoryPath' - Path to the target category
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MoveContent
public MoveContent()
execute
public void execute(RequestContext ctx,
javax.servlet.http.HttpServletRequest request)
- Description copied from interface:
IActionHandler
- Execute the actions in the IActionHandler
- Specified by:
execute in interface IActionHandler
request - Servlet Request with parameters as attributes.
getContentPath
public java.lang.String getContentPath()
- Returns:
- Returns the contentPath.
setContentPath
public void setContentPath(java.lang.String contentPath)
- Parameters:
contentPath - The contentPath to set.
getCategoryPath
public java.lang.String getCategoryPath()
- Returns:
- Returns the categoryPath.
setCategoryPath
public void setCategoryPath(java.lang.String categoryPath)
- Parameters:
categoryPath - The categoryPath to set.
Copyright null null. All Rights Reserved.