net.sf.scmwebgui.actions
Class DeleteContentType

java.lang.Object
  extended by net.sf.scmwebgui.actions.DeleteContentType
All Implemented Interfaces:
IActionHandler

public class DeleteContentType
extends java.lang.Object
implements IActionHandler

This IActionHandler deletes a Content Type in current Project. The handler is called with these parameters:


Constructor Summary
DeleteContentType()
           
 
Method Summary
 void execute(RequestContext ctx, javax.servlet.http.HttpServletRequest request)
          Execute the actions in the IActionHandler
 java.lang.String getId()
           
 void setId(java.lang.String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteContentType

public DeleteContentType()
Method Detail

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.

getId

public java.lang.String getId()
Returns:
Returns the id.

setId

public void setId(java.lang.String id)
Parameters:
id - The id to set.


Copyright null null. All Rights Reserved.