|
||||||||||
| 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.CreateNewPageAction
This action create a new page (without page-content).
The required request parameters are
PARAMETER_PAGE: The path of the parent of page to create. (the path may contain unexisting page between, that will also be created)PARAMETER_TITLE: The title of page to create.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 parent path of the page to create |
static java.lang.String |
PARAMETER_SITE
The parameter's name in request for the site of the page to create |
static java.lang.String |
PARAMETER_SITEMAP
The parameter's name in request for the sitemap of the page to create |
static java.lang.String |
PARAMETER_TITLE
The parameter's name in request for the title of the page to create |
| Constructor Summary | |
CreateNewPageAction()
|
|
| 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_TITLE
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 CreateNewPageAction()
| 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 | |||||||||