|
||||||
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.comparison.A_CmsDiffViewDialog
org.opencms.workplace.comparison.CmsDifferenceDialog
public class CmsDifferenceDialog
Provides a GUI for the file comparison dialog.
Field Summary |
---|
Fields inherited from class org.opencms.workplace.tools.CmsToolDialog |
---|
PARAM_BASE, PARAM_FORCE, PARAM_PATH, PARAM_ROOT, PARAM_STYLE, STYLE_NEW |
Constructor Summary | |
---|---|
CmsDifferenceDialog(CmsJspActionElement jsp)
Default constructor. |
|
CmsDifferenceDialog(javax.servlet.jsp.PageContext context,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Public constructor with JSP variables. |
Method Summary | |
---|---|
protected java.lang.String |
getCopySource()
Returns the text to compare as copy. |
protected int |
getLinesBeforeSkip()
Returns the number of lines to show before they are skipped. |
protected java.lang.String |
getOriginalSource()
Returns the text to compare as original. |
java.lang.String |
getParamCompare()
Returns the paramCompare. |
java.lang.String |
getParamElement()
Returns the paramElement. |
java.lang.String |
getParamId1()
Returns the paramId1. |
java.lang.String |
getParamId2()
Returns the paramId2. |
java.lang.String |
getParamLocale()
Returns the paramLocale. |
java.lang.String |
getParamTagId1()
Returns the paramTagId1. |
java.lang.String |
getParamTagId2()
Returns the paramTagId2. |
java.lang.String |
getParamTextmode()
Returns the paramTextmode. |
java.lang.String |
getParamVersion1()
Returns the paramVersion1. |
java.lang.String |
getParamVersion2()
Returns the paramVersion2. |
void |
setCopySource(java.lang.String copySource)
Sets the copySource. |
void |
setOriginalSource(java.lang.String originalSource)
Sets the originalSource. |
void |
setParamCompare(java.lang.String paramCompare)
Sets the paramCompare. |
void |
setParamElement(java.lang.String paramElement)
Sets the paramElement. |
void |
setParamId1(java.lang.String paramId1)
Sets the paramId1. |
void |
setParamId2(java.lang.String paramId2)
Sets the paramId2. |
void |
setParamLocale(java.lang.String paramLocale)
Sets the paramLocale. |
void |
setParamTagId1(java.lang.String paramTagId1)
Sets the paramTagId1. |
void |
setParamTagId2(java.lang.String paramTagId2)
Sets the paramTagId2. |
void |
setParamTextmode(java.lang.String paramTextmode)
Sets the paramTextmode. |
void |
setParamVersion1(java.lang.String paramVersion1)
Sets the paramVersion1. |
void |
setParamVersion2(java.lang.String paramVersion2)
Sets the paramVersion2. |
protected void |
validateParamaters()
Validates the parameters. |
Methods inherited from class org.opencms.workplace.comparison.A_CmsDiffViewDialog |
---|
deactivatedEmphasizedButtonHtml, displayDialog, getMode, getParamMode, getTwoButtonsHtml, initWorkplaceRequestValues, setMode, setParamMode, wrapLinesWithUnchangedStyle |
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 |
Constructor Detail |
---|
public CmsDifferenceDialog(CmsJspActionElement jsp)
jsp
- an initialized JSP action elementpublic CmsDifferenceDialog(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 java.lang.String getParamCompare()
public java.lang.String getParamElement()
public java.lang.String getParamLocale()
public java.lang.String getParamId1()
public java.lang.String getParamId2()
public java.lang.String getParamTagId1()
public java.lang.String getParamTagId2()
public java.lang.String getParamTextmode()
public java.lang.String getParamVersion1()
public java.lang.String getParamVersion2()
public void setCopySource(java.lang.String copySource)
copySource
- the copySource to setpublic void setOriginalSource(java.lang.String originalSource)
originalSource
- the originalSource to setpublic void setParamCompare(java.lang.String paramCompare)
paramCompare
- the paramCompare to setpublic void setParamElement(java.lang.String paramElement)
paramElement
- the paramElement to setpublic void setParamLocale(java.lang.String paramLocale)
paramLocale
- the paramLocale to setpublic void setParamId1(java.lang.String paramId1)
paramId1
- the paramId1 to setpublic void setParamId2(java.lang.String paramId2)
paramId2
- the paramId2 to setpublic void setParamTagId1(java.lang.String paramTagId1)
paramTagId1
- the paramTagId1 to setpublic void setParamTagId2(java.lang.String paramTagId2)
paramTagId2
- the paramTagId2 to setpublic void setParamTextmode(java.lang.String paramTextmode)
paramTextmode
- the paramTextmode to setpublic void setParamVersion1(java.lang.String paramVersion1)
paramVersion1
- the paramVersion1 to setpublic void setParamVersion2(java.lang.String paramVersion2)
paramVersion2
- the paramVersion2 to setprotected java.lang.String getCopySource()
A_CmsDiffViewDialog
getCopySource
in class A_CmsDiffViewDialog
A_CmsDiffViewDialog.getCopySource()
protected int getLinesBeforeSkip()
A_CmsDiffViewDialog
getLinesBeforeSkip
in class A_CmsDiffViewDialog
A_CmsDiffViewDialog.getLinesBeforeSkip()
protected java.lang.String getOriginalSource()
A_CmsDiffViewDialog
getOriginalSource
in class A_CmsDiffViewDialog
A_CmsDiffViewDialog.getOriginalSource()
protected void validateParamaters()
A_CmsDiffViewDialog
validateParamaters
in class A_CmsDiffViewDialog
A_CmsDiffViewDialog.validateParamaters()
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |