|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectAbstractAction
com.anwrt.anycontent.plugins.web.repository.action.DeletePageAction
This action deletes a page.
The required request parameters are:
PARAMETER_PAGE: The path of the page to delete.PARAMETER_SITE: The current sitePARAMETER_SITEMAP: The current sitemapPARAMETER_LANG: The current language
| 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 to delete |
static java.lang.String |
PARAMETER_SITE
The parameter's name in request for the site of the page to delete |
static java.lang.String |
PARAMETER_SITEMAP
The parameter's name in request for the sitemap of the page to delete |
| Constructor Summary | |
DeletePageAction()
|
|
| 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 |
public static final java.lang.String PARAMETER_PAGE
public static final java.lang.String PARAMETER_SITE
public static final java.lang.String PARAMETER_SITEMAP
public static final java.lang.String PARAMETER_LANG
| Constructor Detail |
public DeletePageAction()
| Method Detail |
public void service(ServiceManager manager)
throws ServiceException
ServiceException
public java.util.Map act(Redirector redirector,
SourceResolver resolver,
java.util.Map objectModel,
java.lang.String source,
Parameters parameters)
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||