|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.opencms.workplace.CmsXmlWpConfigFile
Definition of some paths for the workplace. Currently some are static, but can be switched to read from configurations like registry.
| Constructor Summary | |
CmsXmlWpConfigFile()
Default constructor. |
|
CmsXmlWpConfigFile(CmsObject cms)
Constructor for creating a new config file object. |
|
| Method Summary | |
String |
getDownGalleryPath()
Gets the path at which the folders with the download galleries are |
String |
getHtmlGalleryPath()
Gets the path at which the folders with the html galleries are |
String |
getLanguagePath()
Deprecated. Use the constant value I_CmsWpConstants.C_VFS_PATH_LOCALES instead |
String |
getLinkGalleryPath()
Gets the path at which the folders with the externallink galleries are |
String |
getPicGalleryPath()
Gets the path at which the folders with the picture galleries are |
String |
getWorkplaceActionPath()
Gets the path for OpenCms workplace action files. |
String |
getWorkplaceAdministrationPath()
Gets the path for OpenCms workplace administration files. |
void |
getWorkplaceIniData(Vector names,
Vector values,
String tag,
String element)
|
String |
getWpPicturePath()
Gets the path for system picture files. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CmsXmlWpConfigFile()
throws CmsException
public CmsXmlWpConfigFile(CmsObject cms)
throws CmsException
cms - CmsObject object for accessing system resources.| Method Detail |
public String getDownGalleryPath()
public String getHtmlGalleryPath()
public String getPicGalleryPath()
public String getLinkGalleryPath()
public String getLanguagePath()
throws CmsException
CmsException - if the corresponding XML tag doesn't exist in the workplace definition file.
public String getWorkplaceActionPath()
throws CmsException
CmsException - if the corresponding XML tag doesn't exist in the workplace definition file.
public String getWorkplaceAdministrationPath()
throws CmsException
CmsException - if the corresponding XML tag doesn't exist in the workplace definition file.
public String getWpPicturePath()
throws CmsException
CmsException - if the corresponding XML tag doesn't exist in the workplace definition file.
public void getWorkplaceIniData(Vector names,
Vector values,
String tag,
String element)
throws CmsException
CmsException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||