public class UISEOForm
extends org.exoplatform.webui.form.UIForm
| Modifier and Type | Class and Description |
|---|---|
static class |
UISEOForm.CancelActionListener |
static class |
UISEOForm.RefreshActionListener |
static class |
UISEOForm.RemoveActionListener |
static class |
UISEOForm.SaveActionListener |
static class |
UISEOForm.UpdateActionListener |
| Modifier and Type | Field and Description |
|---|---|
static String |
DESCRIPTION |
static String |
FREQUENCY |
static String |
FREQUENCY_DEFAULT_VALUE |
static String |
ISINHERITED |
static String |
KEYWORDS |
static String |
LANGUAGE_TYPE |
static String |
PRIORITY |
static String |
ROBOTS |
static String |
ROBOTS_FOLLOW |
static String |
ROBOTS_INDEX |
List<String> |
seoLanguages |
List<Locale> |
seoLocales |
static String |
SITEMAP |
static String |
SITEMAP_VISIBLE |
static String |
TITLE |
| Constructor and Description |
|---|
UISEOForm() |
| Modifier and Type | Method and Description |
|---|---|
String |
CapitalFirstLetters(String str) |
String |
getContentPath() |
String |
getContentURI() |
boolean |
getIsAddNew() |
boolean |
getIsInherited() |
List<org.exoplatform.webui.core.model.SelectItemOption<String>> |
getLanguages() |
boolean |
getOnContent() |
ArrayList<String> |
getParamsArray() |
String |
getSelectedLanguage() |
List<String> |
getSeoLanguages() |
List<Locale> |
getSEOLocales() |
void |
initSEOForm(PageMetadataModel pageModel) |
void |
setContentPath(String contentPath) |
void |
setContentURI(String contentURI) |
void |
setIsAddNew(boolean isAddNew) |
void |
setIsInherited(boolean isInherited) |
void |
setOnContent(boolean onContent) |
void |
setParamsArray(ArrayList<String> params) |
void |
setSelectedLanguage(String selectedLanguage) |
void |
setSeoLanguages(List<String> seoLanguages) |
void |
setSEOLocales(List<Locale> seoLocales) |
addUIComponentInput, addUIFormInput, addUIFormInput, begin, end, event, event, event, getActions, getLabel, getLabel, getSubmitAction, getUICheckBoxInput, getUIComponentName, getUIFormCheckBoxInput, getUIFormDateTimeInput, getUIFormInputInfo, getUIFormSelectBox, getUIFormTextAreaInput, getUIInput, getUIStringInput, invokeGetBindingBean, invokeSetBindingBean, isMultipart, processRender, renderField, renderField, reset, setActions, setMultiPart, setSubmitAction, urladdChild, addChild, findComponentById, findComponentOfType, findFirstComponentOfType, getChild, getChild, getChildById, getChildren, hasChildren, removeChild, removeChildById, renderChild, renderChild, renderChild, renderChild, renderChildren, renderChildren, renderUIComponent, replaceChild, replaceChild, setChildren, setRenderedChild, setRenderedChild, setRenderedChildrenOfTypesbroadcast, buildModelObject, createEvent, createUIComponent, createUIComponent, createUIComponent, doAsync, event, getAncestorOfType, getApplicationComponent, getComponentConfig, getId, getName, getParent, getTemplate, getTemplateResourceResolver, isRendered, loadConfirmMesssage, processAction, processDecode, renderEventURL, setComponentConfig, setComponentConfig, setId, setParent, setRendered, setRenderSibling, url, urlpublic static final String TITLE
public static final String DESCRIPTION
public static final String KEYWORDS
public static final String LANGUAGE_TYPE
public static final String ROBOTS
public static final String SITEMAP
public static final String ISINHERITED
public static final String SITEMAP_VISIBLE
public static final String PRIORITY
public static final String FREQUENCY
public static final String ROBOTS_INDEX
public static final String ROBOTS_FOLLOW
public static final String FREQUENCY_DEFAULT_VALUE
public String getContentPath()
public void setContentPath(String contentPath)
public String getContentURI()
public void setContentURI(String contentURI)
public boolean getOnContent()
public void setOnContent(boolean onContent)
public boolean getIsInherited()
public void setIsInherited(boolean isInherited)
public String getSelectedLanguage()
public void setSelectedLanguage(String selectedLanguage)
public void setIsAddNew(boolean isAddNew)
public boolean getIsAddNew()
public void initSEOForm(PageMetadataModel pageModel) throws Exception
Exceptionpublic List<org.exoplatform.webui.core.model.SelectItemOption<String>> getLanguages() throws Exception
ExceptionCopyright © 2003–2019 eXo Platform SAS. All rights reserved.