com.anwrt.anycontent.plugins.web.repository.action
Class DeletePageContentAction

java.lang.Object
  extended byAbstractAction
      extended bycom.anwrt.anycontent.plugins.web.repository.action.DeletePageContentAction

public class DeletePageContentAction
extends AbstractAction

This action deletes a page content. The required request parameters are:

See Also:
Serialized Form

Field Summary
static java.lang.String PARAMETER_LANG
          The parameter's name in request for the lang to consider
static java.lang.String PARAMETER_PAGE
          The parameter's name in request for the path of the page where to delete page content
static java.lang.String PARAMETER_SITE
          The parameter's name in request for the site of the page where to delete page content
static java.lang.String PARAMETER_SITEMAP
          The parameter's name in request for the sitemap of the page where to delete page content
 
Constructor Summary
DeletePageContentAction()
           
 
Method Summary
 java.util.Map act(Redirector redirector, SourceResolver resolver, java.util.Map objectModel, java.lang.String source, Parameters parameters)
           
 void service(ServiceManager manager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARAMETER_PAGE

public static final java.lang.String PARAMETER_PAGE
The parameter's name in request for the path of the page where to delete page content

See Also:
Constant Field Values

PARAMETER_SITE

public static final java.lang.String PARAMETER_SITE
The parameter's name in request for the site of the page where to delete page content

See Also:
Constant Field Values

PARAMETER_SITEMAP

public static final java.lang.String PARAMETER_SITEMAP
The parameter's name in request for the sitemap of the page where to delete page content

See Also:
Constant Field Values

PARAMETER_LANG

public static final java.lang.String PARAMETER_LANG
The parameter's name in request for the lang to consider

See Also:
Constant Field Values
Constructor Detail

DeletePageContentAction

public DeletePageContentAction()
Method Detail

service

public void service(ServiceManager manager)
             throws ServiceException
Throws:
ServiceException

act

public java.util.Map act(Redirector redirector,
                         SourceResolver resolver,
                         java.util.Map objectModel,
                         java.lang.String source,
                         Parameters parameters)
                  throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2006 Anyware Technologies. All Rights Reserved.