|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--com.opencms.template.A_CmsXmlContent
|
+--com.opencms.workplace.CmsXmlWpBoxDefFile
Content definition for the workplace messagebox element definition file.
| Field Summary |
| Fields inherited from class com.opencms.template.A_CmsXmlContent |
C_ERR_NODATABLOCK, C_MINIMUM_CLASSNAME, C_PARAMTYPES_HANDLING_METHODS, C_PARAMTYPES_USER_METHODS, C_REGISTER_FIRST_RUN, C_REGISTER_MAIN_RUN, C_TEMPLATE_EXTENSION, C_TEMPLATEPATH, m_cms, m_firstRunTags, m_knownTags, m_mainProcessTags |
| Fields inherited from interface com.opencms.boot.I_CmsLogChannels |
C_FLEX_CACHE, C_FLEX_LOADER, C_LOGGING, C_MODULE_CRITICAL, C_MODULE_DEBUG, C_MODULE_INFO, C_OPENCMS_CACHE, C_OPENCMS_CRITICAL, C_OPENCMS_CRONSCHEDULER, C_OPENCMS_DEBUG, C_OPENCMS_ELEMENTCACHE, C_OPENCMS_INFO, C_OPENCMS_INIT, C_OPENCMS_POOL, C_OPENCMS_STATICEXPORT, C_OPENCMS_STREAMING, C_PREPROCESSOR_IS_LOGGING |
| Constructor Summary | |
CmsXmlWpBoxDefFile()
Default constructor. |
|
CmsXmlWpBoxDefFile(CmsObject cms,
CmsFile file)
Constructor for creating a new object containing the content of the given filename. |
|
CmsXmlWpBoxDefFile(CmsObject cms,
String filename)
Constructor for creating a new object containing the content of the given filename. |
|
| Method Summary | |
String |
getContentDescription()
Gets a description of this content type. |
String |
getErrorpage(String title,
String message,
String reason,
String suggestion,
String link,
String msgReason,
String msgButton)
|
String |
getMessagebox(String title,
String message1,
String message2,
String button1,
String button2,
String link1,
String link2)
Gets the processed data for a messagebox. |
String |
getXmlDocumentTagName()
Gets the expected tagname for the XML documents of this content type |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public CmsXmlWpBoxDefFile()
throws CmsException
public CmsXmlWpBoxDefFile(CmsObject cms,
CmsFile file)
throws CmsException
cms - CmsObject object for accessing system resources.
public CmsXmlWpBoxDefFile(CmsObject cms,
String filename)
throws CmsException
cms - CmsObject object for accessing system resources.filename - Name of the body file that shoul be read.| Method Detail |
public String getContentDescription()
getContentDescription in class A_CmsXmlContent
public String getErrorpage(String title,
String message,
String reason,
String suggestion,
String link,
String msgReason,
String msgButton)
throws CmsException
CmsException
public String getMessagebox(String title,
String message1,
String message2,
String button1,
String button2,
String link1,
String link2)
throws CmsException
title - The title of this messagebox.message1 - The first message of this messagebox.message2 - The second message of this messagebox.button1 - The first button of this messagebox.button2 - The second button of this messagebox.link1 - The link of button1 of this messagebox.link2 - The link of button2 of this messagebox.
CmsExceptionpublic String getXmlDocumentTagName()
getXmlDocumentTagName in class A_CmsXmlContent
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||