public class MessagesEditPage
extends info.magnolia.module.admininterface.TemplatedMVCHandler
COMMAND_PARAMETER_NAME, COMMAND_SHOW, VIEW_SHOW| Constructor and Description |
|---|
MessagesEditPage(String name,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrentLanguage()
Returns the currentLanguage.
|
String |
getKey()
Returns the key.
|
List<String> |
getKeys()
Returns the keys.
|
String |
getLocale()
Returns the locale.
|
List<Locale> |
getLocales()
Returns the locales.
|
String |
getNewkey()
Returns the newkey.
|
String |
getText()
Returns the text.
|
void |
init() |
String |
loadkey() |
protected void |
moveNode(String source,
String destination)
move a node (from AdminTreeMVCHandler copymoveNode)
|
String |
removekey() |
String |
renamekey() |
void |
renderHtml(String view) |
String |
savekey() |
String |
search() |
void |
setCurrentLanguage(String currentLanguage)
Sets the currentLanguage.
|
void |
setKey(String key)
Sets the key.
|
void |
setKeys(List<String> keys)
Sets the keys.
|
void |
setLocale(String locale)
Sets the locale.
|
void |
setLocales(List<Locale> locales)
Sets the locales.
|
void |
setNewkey(String newkey)
Sets the newkey.
|
void |
setText(String text)
Sets the text.
|
getTemplateNamegetForm, getI18nBasename, getMsgs, getParams, setForm, setI18nBasename, setMsgs, setParams, showexecute, findCommand, getCatalogueName, getCommandContext, getViewNameAfterExecution, setCatalogueNamepublic MessagesEditPage(String name, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
name - request - response - public void init()
init in interface info.magnolia.cms.servlets.MVCServletHandlerinit in class info.magnolia.module.admininterface.PageMVCHandlerpublic void renderHtml(String view) throws IOException
renderHtml in interface info.magnolia.cms.servlets.MVCServletHandlerrenderHtml in class info.magnolia.module.admininterface.TemplatedMVCHandlerIOExceptionpublic String loadkey()
public String savekey()
public String removekey()
public String renamekey()
public String search()
protected void moveNode(String source, String destination) throws javax.jcr.RepositoryException
source - source nodedestination - destination folderjavax.jcr.RepositoryException - repository exceptionpublic void setLocales(List<Locale> locales)
locales - the locales to setpublic String getCurrentLanguage()
public void setCurrentLanguage(String currentLanguage)
currentLanguage - the currentLanguage to setpublic String getKey()
public void setKey(String key)
key - the key to setpublic String getLocale()
public void setLocale(String locale)
locale - the locale to setpublic String getText()
public void setText(String text)
text - the text to setpublic String getNewkey()
public void setNewkey(String newkey)
newkey - the newkey to setCopyright © 2008–2013 Openmind. All rights reserved.