|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.opencms.workplace.CmsWorkplace
org.opencms.workplace.tools.CmsToolDialog
org.opencms.workplace.CmsDialog
org.opencms.workplace.commons.CmsSecure
Provides methods for building the security and export settings dialog.
The following files use this class:
| Field Summary | |
static int |
ACTION_CHSECEXP
Value for the action: change the security and export setting. |
static String |
DIALOG_TYPE
The dialog type. |
| Fields inherited from class org.opencms.workplace.tools.CmsToolDialog |
PARAM_PATH, PARAM_ROOT, PARAM_STYLE |
| Constructor Summary | |
CmsSecure(CmsJspActionElement jsp)
Public constructor. |
|
CmsSecure(PageContext context,
HttpServletRequest req,
HttpServletResponse res)
Public constructor with JSP variables. |
|
| Method Summary | |
void |
actionChangeSecureExport()
Performs the Security and Export Change. |
String |
buildRadio(String propName)
Builds the radio input to set the export and secure property. |
boolean |
exportUserHasReadPermission()
Returns true if the export user has read permission on a specified resource. |
String |
getParamExport()
Returns the value of the export parameter. |
String |
getParamExportname()
Returns the value of the exportname parameter. |
String |
getParamIntern()
Returns the value of the intern parameter. |
String |
getParamSecure()
Returns the value of the secure parameter. |
String |
getPropertyInheritanceInfo(String propName)
Returns the information from which the property is inherited. |
String |
getResourceUrl()
Returns the path under which the resource is accessable. |
protected void |
initWorkplaceRequestValues(CmsWorkplaceSettings settings,
HttpServletRequest request)
Analyzes the request for workplace parameters and adjusts the workplace settings accordingly. |
String |
readInternProp()
Returns value of the the intern property of the resource. |
String |
readProperty(String propertyName)
Returns value of the property of the resource. |
boolean |
resourceIsFolder()
returns if the resource to be changed is a folder. |
void |
setParamExport(String value)
Sets the value of the export parameter. |
void |
setParamExportname(String value)
Sets the value of the exportname parameter. |
void |
setParamIntern(String value)
Sets the value of the intern parameter. |
void |
setParamSecure(String value)
Sets the value of the secure parameter. |
boolean |
showExportSettings()
Determines whether to show the export settings dialog depending on the users settings. |
protected void |
writeProperty(String propertyName,
String propertyValue)
Writes a property value for a resource. |
| Methods inherited from class org.opencms.workplace.tools.CmsToolDialog |
dialogTitle, getAdminTool, getCurrentToolPath, getParamPath, getParamRoot, getParamStyle, getParentPath, getToolManager, iconsBlockArea, iconsBlockAreaEnd, iconsBlockAreaStart, initAdminTool, pageBody, pageHtmlStyle, setParamPath, setParamRoot, setParamStyle, useNewStyle |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int ACTION_CHSECEXP
public static final String DIALOG_TYPE
| Constructor Detail |
public CmsSecure(CmsJspActionElement jsp)
jsp - an initialized JSP action element
public CmsSecure(PageContext context,
HttpServletRequest req,
HttpServletResponse res)
context - the JSP page contextreq - the JSP requestres - the JSP response| Method Detail |
public void actionChangeSecureExport()
throws JspException
JspException - if including a JSP subelement is not successful
public String buildRadio(String propName)
throws CmsException
propName - the name of the property to build the radio input for
CmsException - if the reading of a property failspublic String getParamExport()
public String getParamExportname()
public String getParamIntern()
public String getParamSecure()
public String getPropertyInheritanceInfo(String propName)
throws CmsException
propName - the name of the property
CmsException - if the reading of the Property failspublic String getResourceUrl()
public boolean exportUserHasReadPermission()
public String readInternProp()
public String readProperty(String propertyName)
propertyName - the name of the property to read
public boolean resourceIsFolder()
throws CmsException
CmsException - if the reading of the resource failspublic void setParamExport(String value)
value - for the export parameterpublic void setParamExportname(String value)
value - for the exportname parameterpublic void setParamIntern(String value)
value - for the intern parameterpublic void setParamSecure(String value)
value - for the secure parameterpublic boolean showExportSettings()
protected void initWorkplaceRequestValues(CmsWorkplaceSettings settings,
HttpServletRequest request)
CmsWorkplace
initWorkplaceRequestValues in class CmsDialogCmsWorkplace.initWorkplaceRequestValues(org.opencms.workplace.CmsWorkplaceSettings, javax.servlet.http.HttpServletRequest)
protected void writeProperty(String propertyName,
String propertyValue)
throws CmsException
propertyName - the name of the propertypropertyValue - the new value of the property
CmsException - if something goes wrong
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||