|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectinfo.magnolia.cms.gui.dialog.DialogControlImpl
info.magnolia.cms.gui.dialog.DialogBox
net.sourceforge.openutils.mgnlcontrols.dialog.ConfigurableFreemarkerDialog
public abstract class ConfigurableFreemarkerDialog
similar to DialogFreemarker but with a fixed template, needed till MAGNOLIA-2175 is done
| Field Summary |
|---|
| Fields inherited from class info.magnolia.cms.gui.dialog.DialogBox |
|---|
BOXTYPE_1COL, BOXTYPE_2COLS |
| Fields inherited from class info.magnolia.cms.gui.dialog.DialogControlImpl |
|---|
DEFAULT_VALUE_PROPERTY, SESSION_ATTRIBUTENAME_DIALOGOBJECT, SESSION_ATTRIBUTENAME_DIALOGOBJECT_REMOVE, VALIDATION_PATTERN_PROPERTY, value |
| Constructor Summary | |
|---|---|
ConfigurableFreemarkerDialog()
|
|
| Method Summary | |
|---|---|
protected void |
addToParameters(java.util.Map parameters)
|
void |
drawHtml(java.io.Writer out)
|
protected abstract java.lang.String |
getPath()
|
protected java.util.Map |
getSubNodes(info.magnolia.cms.core.Content node)
Get a recursive map view of a content node |
void |
init(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
info.magnolia.cms.core.Content websiteNode,
info.magnolia.cms.core.Content configNode)
|
| Methods inherited from class info.magnolia.cms.gui.dialog.DialogBox |
|---|
drawHtmlPost, drawHtmlPre, getBoxType, getHtmlDescription, setBoxType |
| Methods inherited from class info.magnolia.cms.gui.dialog.DialogControlImpl |
|---|
addOption, addSub, clearWebsiteNode, drawHtmlPostSubs, drawHtmlPreSubs, drawSubs, getConfigValue, getConfigValue, getDescription, getId, getLabel, getMessage, getMessage, getMessages, getName, getOptions, getParent, getRequest, getResponse, getStorageNode, getSub, getSubs, getTopParent, getValidationPattern, getValue, getValues, getWebsiteNode, isRequired, readValue, readValues, removeSessionAttribute, setConfig, setConfig, setConfig, setDescription, setLabel, setName, setOptions, setRequired, setSaveInfo, setSessionAttribute, setTopParent, setValidationMessage, setValue, validate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConfigurableFreemarkerDialog()
| Method Detail |
|---|
protected java.util.Map getSubNodes(info.magnolia.cms.core.Content node)
throws javax.jcr.RepositoryException,
info.magnolia.cms.security.AccessDeniedException
node - content node
javax.jcr.PathNotFoundException
javax.jcr.RepositoryException
info.magnolia.cms.security.AccessDeniedException
public void init(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
info.magnolia.cms.core.Content websiteNode,
info.magnolia.cms.core.Content configNode)
throws javax.jcr.RepositoryException
init in interface info.magnolia.cms.gui.dialog.DialogControlinit in class info.magnolia.cms.gui.dialog.DialogControlImpljavax.jcr.RepositoryException
public void drawHtml(java.io.Writer out)
throws java.io.IOException
drawHtml in interface info.magnolia.cms.gui.dialog.DialogControldrawHtml in class info.magnolia.cms.gui.dialog.DialogControlImpljava.io.IOExceptionprotected void addToParameters(java.util.Map parameters)
protected abstract java.lang.String getPath()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||