|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.bundle.Controller
org.torweg.pulse.site.content.admin.AbstractBasicContentEditor
org.torweg.pulse.component.cms.admin.CMSContentEditor
public class CMSContentEditor
the editor for the CMSContent as used by the ext-admin.
CMSContent| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.torweg.pulse.bundle.Controller |
|---|
Controller.AlwaysRun |
| Constructor Summary | |
|---|---|
CMSContentEditor()
|
|
| Method Summary | |
|---|---|
void |
copyContent(Bundle bundle, ServiceRequest request)
creates a copy of a CMSContent specified by parameter "id" in
request in a folder specified by parameter "toid" in request using the
locale of the folder. |
CMSContentEditorResult |
initEditor(Bundle bundle, ServiceRequest request)
returns the initialized CMSContentEditor for a Content
which is determined by a given id in the request. |
Result |
loadPages(Bundle bundle, ServiceRequest request)
returns the initialized pages-panel of the current content. |
void |
pageToSummary(Bundle bundle, ServiceRequest request)
sets a given page as summary of the current content. |
void |
saveContent(Bundle bundle, ServiceRequest request)
saves the basic properties of a content (name, suffix, keywords), as well as the page-order. |
| Methods inherited from class org.torweg.pulse.bundle.Controller |
|---|
getAlwaysRun, isAlwaysRun, setAlwaysRun |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CMSContentEditor()
| Method Detail |
|---|
@RequireToken @Action(value="initEditor", generate=true) @Permission(value="viewCMSContent") @Groups(values="CMSAdministrator") public final CMSContentEditorResult initEditor(Bundle bundle, ServiceRequest request)
CMSContentEditor for a Content
which is determined by a given id in the request.
bundle - the current Bundlerequest - the current ServiceRequest
CMSContentEditor@RequireToken @Action(value="saveContent", generate=true) @Permission(value="editCMSContent") @Groups(values="CMSAdministrator") public final void saveContent(Bundle bundle, ServiceRequest request)
bundle - the current Bundlerequest - the current ServiceRequest@RequireToken @Action(value="copyContent", generate=true) @Permission(value="editCMSContent") @Groups(values="CMSAdministrator") public final void copyContent(Bundle bundle, ServiceRequest request)
CMSContent specified by parameter "id" in
request in a folder specified by parameter "toid" in request using the
locale of the folder.
bundle - the current Bundlerequest - the current ServiceRequest@RequireToken @Action(value="loadPages", generate=true) @Permission(value="viewCMSContent") @Groups(values="CMSAdministrator") public final Result loadPages(Bundle bundle, ServiceRequest request)
bundle - the current Bundlerequest - the current ServiceRequest
CMSContentEditor@RequireToken @Action(value="pageToSummary", generate=true) @Permission(value="editCMSContent") @Groups(values="CMSAdministrator") public final void pageToSummary(Bundle bundle, ServiceRequest request)
bundle - the current Bundlerequest - the current ServiceRequest
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||