|
||||||
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
public class 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 java.lang.String |
DIALOG_TYPE
The dialog type. |
Fields inherited from class org.opencms.workplace.tools.CmsToolDialog |
---|
PARAM_BASE, PARAM_FORCE, PARAM_PATH, PARAM_ROOT, PARAM_STYLE, STYLE_NEW |
Constructor Summary | |
---|---|
CmsSecure(CmsJspActionElement jsp)
Public constructor. |
|
CmsSecure(javax.servlet.jsp.PageContext context,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Public constructor with JSP variables. |
Method Summary | |
---|---|
void |
actionChangeSecureExport()
Performs the Security and Export Change. |
java.lang.String |
buildRadio(java.lang.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. |
java.lang.String |
getParamExport()
Returns the value of the export parameter. |
java.lang.String |
getParamExportname()
Returns the value of the export name parameter. |
java.lang.String |
getParamIntern()
Returns the value of the intern parameter. |
java.lang.String |
getParamSecure()
Returns the value of the secure parameter. |
java.lang.String |
getPropertyInheritanceInfo(java.lang.String propName)
Returns the information from which the property is inherited. |
java.lang.String |
getResourceUrl()
Returns the path under which the resource is accessible. |
protected void |
initWorkplaceRequestValues(CmsWorkplaceSettings settings,
javax.servlet.http.HttpServletRequest request)
Analyzes the request for workplace parameters and adjusts the workplace settings accordingly. |
java.lang.String |
readInternProp()
Returns value of the the intern property of the resource. |
java.lang.String |
readProperty(java.lang.String propertyName)
Returns value of the property of the resource. |
boolean |
resourceIsFolder()
returns if the resource to be changed is a folder. |
void |
setParamExport(java.lang.String value)
Sets the value of the export parameter. |
void |
setParamExportname(java.lang.String value)
Sets the value of the export name parameter. |
void |
setParamIntern(java.lang.String value)
Sets the value of the intern parameter. |
void |
setParamSecure(java.lang.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(java.lang.String propertyName,
java.lang.String propertyValue)
Writes a property value for a resource. |
Methods inherited from class org.opencms.workplace.tools.CmsToolDialog |
---|
dialogTitle, getAdminTool, getCurrentToolPath, getParamBase, getParamForce, getParamPath, getParamRoot, getParamStyle, getParentPath, getToolManager, iconsBlockArea, iconsBlockAreaEnd, iconsBlockAreaStart, initAdminTool, pageBody, pageHtmlStyle, setParamBase, setParamForce, 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 java.lang.String DIALOG_TYPE
Constructor Detail |
---|
public CmsSecure(CmsJspActionElement jsp)
jsp
- an initialized JSP action elementpublic CmsSecure(javax.servlet.jsp.PageContext context, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
context
- the JSP page contextreq
- the JSP requestres
- the JSP responseMethod Detail |
---|
public void actionChangeSecureExport() throws javax.servlet.jsp.JspException
javax.servlet.jsp.JspException
- if including a JSP sub element is not successfulpublic java.lang.String buildRadio(java.lang.String propName) throws CmsException
propName
- the name of the property to build the radio input for
CmsException
- if the reading of a property failspublic java.lang.String getParamExport()
public java.lang.String getParamExportname()
public java.lang.String getParamIntern()
public java.lang.String getParamSecure()
public java.lang.String getPropertyInheritanceInfo(java.lang.String propName) throws CmsException
propName
- the name of the property
CmsException
- if the reading of the Property failspublic java.lang.String getResourceUrl()
public boolean exportUserHasReadPermission()
public java.lang.String readInternProp()
public java.lang.String readProperty(java.lang.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(java.lang.String value)
value
- for the export parameterpublic void setParamExportname(java.lang.String value)
value
- for the export name parameterpublic void setParamIntern(java.lang.String value)
value
- for the intern parameterpublic void setParamSecure(java.lang.String value)
value
- for the secure parameterpublic boolean showExportSettings()
protected void initWorkplaceRequestValues(CmsWorkplaceSettings settings, javax.servlet.http.HttpServletRequest request)
CmsWorkplace
initWorkplaceRequestValues
in class CmsDialog
settings
- the workplace settingsrequest
- the current requestCmsWorkplace.initWorkplaceRequestValues(org.opencms.workplace.CmsWorkplaceSettings, javax.servlet.http.HttpServletRequest)
protected void writeProperty(java.lang.String propertyName, java.lang.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 |