org.opencms.workplace.tools.content
public class CmsElementChangeLocaleSettings extends java.lang.Object
| Constructor and Description |
|---|
CmsElementChangeLocaleSettings()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getNewLocale()
Returns the new Locale to use for the page elements.
|
java.lang.String |
getOldLocale()
Returns the old Locale of the page elements.
|
java.lang.String |
getTemplate()
Returns the template for the pages that should be converted.
|
java.lang.String |
getVfsFolder()
Returns the VFS folder in OpenCms to start the conversion from.
|
boolean |
isIncludeSubFolders()
Returns the flag indicating if resources in sub folders should be changed, too.
|
void |
setIncludeSubFolders(boolean includeSubFolders)
Sets the flag indicating if resources in sub folders should be changed, too.
|
void |
setNewLocale(java.lang.String newLocale)
Sets the new Locale to use for the page elements.
|
void |
setOldLocale(java.lang.String oldLocale)
Sets the old Locale of the page elements.
|
void |
setTemplate(java.lang.String template)
Sets the template for the pages that should be converted.
|
void |
setVfsFolder(java.lang.String vfsFolder)
Sets the VFS folder in OpenCms to start the conversion from.
|
public CmsElementChangeLocaleSettings()
public java.lang.String getNewLocale()
public java.lang.String getOldLocale()
public java.lang.String getTemplate()
public java.lang.String getVfsFolder()
public boolean isIncludeSubFolders()
public void setIncludeSubFolders(boolean includeSubFolders)
includeSubFolders - the flag indicating if resources in sub folders should be changed, toopublic void setNewLocale(java.lang.String newLocale)
newLocale - the new Locale to use for the page elementspublic void setOldLocale(java.lang.String oldLocale)
oldLocale - the old Locale of the page elementspublic void setTemplate(java.lang.String template)
template - the template for the pages that should be convertedpublic void setVfsFolder(java.lang.String vfsFolder)
vfsFolder - the VFS folder in OpenCms to start the conversion from