public class CmsJspTagUgc extends javax.servlet.jsp.tagext.TagSupport
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_ERROR_MESSAGE_ATTR
The default page context attribute name for the form error message.
|
static java.lang.String |
DEFAULT_SESSION_ID_ATTR
The default page context attribute name for the form session id.
|
| Constructor and Description |
|---|
CmsJspTagUgc() |
| Modifier and Type | Method and Description |
|---|---|
int |
doEndTag() |
int |
doStartTag() |
java.lang.String |
getConfigPath()
Returns the site path to the edit configuration file.
|
java.lang.String |
getEditId()
Returns the structure id of the edit resource.
|
java.lang.String |
getEditName()
Returns the file name of the edit resource.
|
java.lang.String |
getError()
Returns the page context attribute name for the form error message.
|
java.lang.String |
getVar()
Returns the page context attribute name for the form session id.
|
void |
setConfigPath(java.lang.String configPath)
Sets the site path to the edit configuration file.
|
void |
setEditId(java.lang.String editId)
Sets the structure id of the edit resource.
|
void |
setEditName(java.lang.String editName)
Sets the file name of the edit resource.
|
void |
setError(java.lang.String error)
Sets the page context attribute name for the form error message.
|
void |
setVar(java.lang.String var)
Sets the page context attribute name for the form session id.
|
public static final java.lang.String DEFAULT_ERROR_MESSAGE_ATTR
public static final java.lang.String DEFAULT_SESSION_ID_ATTR
public CmsJspTagUgc()
public int doEndTag() throws javax.servlet.jsp.JspException
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class javax.servlet.jsp.tagext.TagSupportjavax.servlet.jsp.JspExceptionTagSupport.doEndTag()public int doStartTag() throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class javax.servlet.jsp.tagext.TagSupportjavax.servlet.jsp.JspExceptionTagSupport.doStartTag()public java.lang.String getConfigPath()
public java.lang.String getEditId()
public java.lang.String getEditName()
public java.lang.String getError()
public java.lang.String getVar()
public void setConfigPath(java.lang.String configPath)
configPath - the site path to the edit configuration filepublic void setEditId(java.lang.String editId)
editId - the structure id of the edit resourcepublic void setEditName(java.lang.String editName)
editName - the file name of the edit resourcepublic void setError(java.lang.String error)
error - the page context attribute name for the form error messagepublic void setVar(java.lang.String var)
var - page context attribute name for the form session id