|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.jsp.CmsJspBean
org.opencms.jsp.CmsJspActionElement
org.opencms.gwt.CmsGwtActionElement
org.opencms.ade.properties.CmsPropertiesActionElement
public class CmsPropertiesActionElement
Action element class for opening the ADE properties dialog.
| Field Summary | |
|---|---|
static java.lang.String |
CMS_MODULE_NAME
The OpenCms module name. |
static java.lang.String |
GWT_MODULE_NAME
The GWT module name. |
| Fields inherited from class org.opencms.gwt.CmsGwtActionElement |
|---|
SCRIPT_TAG_CLOSE, SCRIPT_TAG_OPEN |
| Fields inherited from class org.opencms.jsp.CmsJspActionElement |
|---|
NOT_INITIALIZED |
| Constructor Summary | |
|---|---|
CmsPropertiesActionElement(javax.servlet.jsp.PageContext context,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Creates a new instance. |
|
| Method Summary | |
|---|---|
java.lang.String |
export()
Returns the serialized data for the core provider wrapped in a script tag. |
java.lang.String |
exportAll()
Returns the serialized data for the core provider. |
| Methods inherited from class org.opencms.gwt.CmsGwtActionElement |
|---|
createNoCacheScript, createNoCacheScript, export, exportAll, exportDictionary, exportDictionary, exportMeta, getCoreData, getWorkplaceLocale, serialize, wrapScript |
| Methods inherited from class org.opencms.jsp.CmsJspActionElement |
|---|
editable, editable, editable, editableManualClose, editableManualOpen, getContent, getContent, getMessages, getMessages, getMessages, getMessages, getNavigation, getNavigationUri, img, img, include, include, include, include, include, include, includeSilent, includeSilent, includeSilent, includeSilent, info, label, link, link, properties, properties, property, property, property, property, template, template, template, toAbsolute, user |
| Methods inherited from class org.opencms.jsp.CmsJspBean |
|---|
getCmsObject, getController, getJspContext, getMessage, getRequest, getRequestContext, getResponse, handleException, init, isNotInitialized, isSupressingExceptions, setContentType, setStatus, setSupressingExceptions |
| 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 CMS_MODULE_NAME
public static final java.lang.String GWT_MODULE_NAME
| Constructor Detail |
|---|
public CmsPropertiesActionElement(javax.servlet.jsp.PageContext context,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
context - the current page contextreq - the requestres - the response| Method Detail |
|---|
public java.lang.String export()
throws java.lang.Exception
CmsGwtActionElement
export in class CmsGwtActionElementjava.lang.Exception - if something goes wrongCmsGwtActionElement.export()
public java.lang.String exportAll()
throws java.lang.Exception
CmsGwtActionElement
exportAll in class CmsGwtActionElementjava.lang.Exception - if something goes wrongCmsGwtActionElement.exportAll()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||