Java Doc for CmsHelpTemplateBean.java in  » Content-Management-System » opencms » org » opencms » workplace » help » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Content Management System » opencms » org.opencms.workplace.help 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.opencms.workplace.CmsDialog
   org.opencms.workplace.help.CmsHelpTemplateBean

CmsHelpTemplateBean
public class CmsHelpTemplateBean extends CmsDialog (Code)
The bean that provides methods to build the HTML for the single online help frames.

Things to know

  • Online help will only work with resources of type xmlpage.
  • Content pages with a property "template-elements" set to a path of a ressource (jsp, page,...) will get the content produced by org.opencms.jsp.CmsJspActionElement.getContent(String) appended after their own output. This allows to use jsp's in the online help template.

author:
   Andreas Zahner
author:
   Achim Westermann
version:
   $Revision: 1.24 $
since:
   6.0.0


Field Summary
final public static  StringDEFAULT_HELPFILE
     File name of the default help file to load.
final public static  StringHELPMAPPINGS_FILENAME
     File name of the help mappings properties file(s).
final public static  StringMODULE_NAME
     The name of the help module.
final public static  StringPARAM_BUILDFRAME
     Request parameter name for the buildframe flag parameter.
final public static  StringPARAM_HELPRESOURCE
     Request parameter name for the helpresource uri.
final public static  StringPARAM_HOMELINK
     Request parameter name for the homelink in head frame.
final public static  StringPARAM_WORKPLACERESOURCE
     Request parameter name for the workplaceresource uri.
final public static  StringPATH_HELP
     VFS path to the help folder, contains a macro for the Locale which has to be resolved.
final public static  StringPROPERTY_VALUE_HELPSTART
     Value of the NavInfo property indicating the start folder of the help.
final public static  StringRFS_HELPMAPPINGS
     Relative RFS path of the help mappings property file(s).
final public static  StringTEMPLATEPATH
     Absolute path to used JSP templates.

Constructor Summary
public  CmsHelpTemplateBean(CmsJspActionElement jsp)
    
public  CmsHelpTemplateBean(PageContext context, HttpServletRequest req, HttpServletResponse res)
    

Method Summary
public  StringbuildHtmlHelpEnd()
    
protected  StringbuildHtmlHelpNavigation()
    
public  StringbuildHtmlHelpStart(String cssFile, boolean transitional)
    
public static  StringbuildOnlineHelpJavaScript(Locale locale)
    
protected  voidcheckRole()
    
public  StringdisplayBody()
    
protected  StringdisplayFrameset()
    
public  StringdisplayHead()
    
public  StringdisplayHelp()
    
protected  voidgetMappedHelpUri()
    
public  StringgetParamBuildframe()
    
public  StringgetParamHelpresource()
    
public  StringgetParamHomelink()
    
public  StringgetParamWorkplaceresource()
    
protected  voidinitWorkplaceRequestValues(CmsWorkplaceSettings settings, HttpServletRequest request)
    
protected  booleanisBuildFrameset()
    
public  voidsetParamBuildframe(String buildframe)
    
public  voidsetParamHelpresource(String helpresource)
    
public  voidsetParamHomelink(String homelink)
    
public  voidsetParamWorkplaceresource(String workplaceresource)
    

Field Detail
DEFAULT_HELPFILE
final public static String DEFAULT_HELPFILE(Code)
File name of the default help file to load.



HELPMAPPINGS_FILENAME
final public static String HELPMAPPINGS_FILENAME(Code)
File name of the help mappings properties file(s).



MODULE_NAME
final public static String MODULE_NAME(Code)
The name of the help module.



PARAM_BUILDFRAME
final public static String PARAM_BUILDFRAME(Code)
Request parameter name for the buildframe flag parameter.



PARAM_HELPRESOURCE
final public static String PARAM_HELPRESOURCE(Code)
Request parameter name for the helpresource uri.



PARAM_HOMELINK
final public static String PARAM_HOMELINK(Code)
Request parameter name for the homelink in head frame.



PARAM_WORKPLACERESOURCE
final public static String PARAM_WORKPLACERESOURCE(Code)
Request parameter name for the workplaceresource uri.



PATH_HELP
final public static String PATH_HELP(Code)
VFS path to the help folder, contains a macro for the Locale which has to be resolved.



PROPERTY_VALUE_HELPSTART
final public static String PROPERTY_VALUE_HELPSTART(Code)
Value of the NavInfo property indicating the start folder of the help.



RFS_HELPMAPPINGS
final public static String RFS_HELPMAPPINGS(Code)
Relative RFS path of the help mappings property file(s).



TEMPLATEPATH
final public static String TEMPLATEPATH(Code)
Absolute path to used JSP templates.




Constructor Detail
CmsHelpTemplateBean
public CmsHelpTemplateBean(CmsJspActionElement jsp)(Code)
Public constructor with JSP action element.


Parameters:
  jsp - an initialized JSP action element




CmsHelpTemplateBean
public CmsHelpTemplateBean(PageContext context, HttpServletRequest req, HttpServletResponse res)(Code)
Public constructor with JSP variables.


Parameters:
  context - the JSP page context
Parameters:
  req - the JSP request
Parameters:
  res - the JSP response





Method Detail
buildHtmlHelpEnd
public String buildHtmlHelpEnd()(Code)
Returns the HTML for the end of the page.

the HTML for the end of the page




buildHtmlHelpNavigation
protected String buildHtmlHelpNavigation()(Code)
Returns the HTML to build the navigation of the online help folder.

the HTML to build the navigation of the online help folder




buildHtmlHelpStart
public String buildHtmlHelpStart(String cssFile, boolean transitional)(Code)
Returns the HTML for the start of the page.


Parameters:
  cssFile - the CSS file name to use
Parameters:
  transitional - if true, transitional doctype is used the HTML for the start of the page




buildOnlineHelpJavaScript
public static String buildOnlineHelpJavaScript(Locale locale)(Code)
Returns the java script method to open the online help popup window.


Parameters:
  locale - the current users workplace Locale the java script method to open the online help popup window




checkRole
protected void checkRole() throws CmsRoleViolationException(Code)

See Also:   org.opencms.workplace.CmsWorkplace.checkRole



displayBody
public String displayBody()(Code)
Returns the HTML for the body frame of the online help.

the HTML for the body frame of the online help




displayFrameset
protected String displayFrameset()(Code)
Returns the HTML to build the frameset for the online help popup window.

the HTML to build the frameset for the online help popup window




displayHead
public String displayHead()(Code)
Returns the HTML for the head frame of the online help.

the HTML for the head frame of the online help




displayHelp
public String displayHelp() throws IOException(Code)
Generates the HTML for the online help frameset or redirects to the help body, depending on the build frameset flag.

the HTML for the online help frameset or an empty String (redirect)
throws:
  IOException - if redirection fails




getMappedHelpUri
protected void getMappedHelpUri()(Code)
Determines the mapped help page for a given workplace resource URI.

If a mapping information is found, the requested URI is set to the found value.

If no workplace resource URI is given, nothing is changed.




getParamBuildframe
public String getParamBuildframe()(Code)
Returns the buildframe parameter indicating if the frameset should be generated.

the buildframe parameter indicating if the frameset should be generated




getParamHelpresource
public String getParamHelpresource()(Code)
Returns the helpresource parameter value.

the helpresource parameter value




getParamHomelink
public String getParamHomelink()(Code)
Returns the homelink parameter value.

the homelink parameter value




getParamWorkplaceresource
public String getParamWorkplaceresource()(Code)
Returns the workplaceresource parameter value.

the workplaceresource parameter value




initWorkplaceRequestValues
protected void initWorkplaceRequestValues(CmsWorkplaceSettings settings, HttpServletRequest request)(Code)

See Also:   org.opencms.workplace.CmsWorkplace.initWorkplaceRequestValues(org.opencms.workplace.CmsWorkplaceSettingsjavax.servlet.http.HttpServletRequest)



isBuildFrameset
protected boolean isBuildFrameset()(Code)
Returns true if the online help frameset has to be generated.

true if the online help frameset has to be generated, otherwise false




setParamBuildframe
public void setParamBuildframe(String buildframe)(Code)
Sets the buildframe parameter indicating if the frameset should be generated.


Parameters:
  buildframe - the buildframe parameter indicating if the frameset should be generated




setParamHelpresource
public void setParamHelpresource(String helpresource)(Code)
Sets the helpresource parameter value.


Parameters:
  helpresource - the helpresource parameter value




setParamHomelink
public void setParamHomelink(String homelink)(Code)
Sets the homelink parameter value.


Parameters:
  homelink - the homelink parameter value




setParamWorkplaceresource
public void setParamWorkplaceresource(String workplaceresource)(Code)
Sets the workplaceresource parameter value.


Parameters:
  workplaceresource - the workplaceresource parameter value




Fields inherited from org.opencms.workplace.CmsDialog
final public static int ACTION_CANCEL(Code)(Java Doc)
final public static int ACTION_CLOSEPOPUP(Code)(Java Doc)
final public static int ACTION_CLOSEPOPUP_SAVE(Code)(Java Doc)
final public static int ACTION_CONFIRMED(Code)(Java Doc)
final public static int ACTION_CONTINUE(Code)(Java Doc)
final public static int ACTION_DEFAULT(Code)(Java Doc)
final public static int ACTION_LOCKS_CONFIRMED(Code)(Java Doc)
final public static int ACTION_OK(Code)(Java Doc)
final public static int ACTION_REPORT_BEGIN(Code)(Java Doc)
final public static int ACTION_REPORT_END(Code)(Java Doc)
final public static int ACTION_REPORT_UPDATE(Code)(Java Doc)
final public static int ACTION_SET(Code)(Java Doc)
final public static int ACTION_WAIT(Code)(Java Doc)
final protected static String ATTRIBUTE_THROWABLE(Code)(Java Doc)
final public static int BUTTON_ADVANCED(Code)(Java Doc)
final public static int BUTTON_BACK(Code)(Java Doc)
final public static int BUTTON_CANCEL(Code)(Java Doc)
final public static int BUTTON_CLOSE(Code)(Java Doc)
final public static int BUTTON_CONTINUE(Code)(Java Doc)
final public static int BUTTON_DETAILS(Code)(Java Doc)
final public static int BUTTON_DISCARD(Code)(Java Doc)
final public static int BUTTON_EDIT(Code)(Java Doc)
final public static int BUTTON_OK(Code)(Java Doc)
final public static int BUTTON_OK_NO_SUBMIT(Code)(Java Doc)
final public static int BUTTON_SET(Code)(Java Doc)
final public static String DIALOG_BACK(Code)(Java Doc)
final public static String DIALOG_CANCEL(Code)(Java Doc)
final public static String DIALOG_CONFIRMED(Code)(Java Doc)
final public static String DIALOG_CONTINUE(Code)(Java Doc)
final public static String DIALOG_INITIAL(Code)(Java Doc)
final public static String DIALOG_LOCKS_CONFIRMED(Code)(Java Doc)
final public static String DIALOG_OK(Code)(Java Doc)
final public static String DIALOG_SET(Code)(Java Doc)
final public static String DIALOG_WAIT(Code)(Java Doc)
final public static String PARAM_ACTION(Code)(Java Doc)
final public static String PARAM_CLOSELINK(Code)(Java Doc)
final public static String PARAM_DIALOGTYPE(Code)(Java Doc)
final public static String PARAM_ERRORSTACK(Code)(Java Doc)
final public static String PARAM_FILE(Code)(Java Doc)
final public static String PARAM_FRAMENAME(Code)(Java Doc)
final public static String PARAM_ISPOPUP(Code)(Java Doc)
final public static String PARAM_LOCK(Code)(Java Doc)
final public static String PARAM_MESSAGE(Code)(Java Doc)
final public static String PARAM_ORIGINALPARAMS(Code)(Java Doc)
final public static String PARAM_PREACTIONDONE(Code)(Java Doc)
final public static String PARAM_REDIRECT(Code)(Java Doc)
final public static String PARAM_RESOURCE(Code)(Java Doc)
final public static String PARAM_TARGET(Code)(Java Doc)
final public static String PARAM_THREAD(Code)(Java Doc)
final public static String PARAM_THREAD_HASNEXT(Code)(Java Doc)
final public static String PARAM_TITLE(Code)(Java Doc)
final public static String REPORT_BEGIN(Code)(Java Doc)
final public static String REPORT_END(Code)(Java Doc)
final public static String REPORT_UPDATE(Code)(Java Doc)

Methods inherited from org.opencms.workplace.CmsDialog
public void actionCloseDialog() throws JspException(Code)(Java Doc)
protected String appendDelimiter(String attribute)(Code)(Java Doc)
public String buildAjaxResultContainer(String title)(Code)(Java Doc)
protected String buildAjaxWaitMessage()(Code)(Java Doc)
public String buildLockAdditionalOptions()(Code)(Java Doc)
public String buildLockConfirmationMessageJS()(Code)(Java Doc)
public String buildLockDialog() throws CmsException(Code)(Java Doc)
public String buildLockDialog(CmsLockFilter nonBlockingFilter, CmsLockFilter blockingFilter, int hiddenTimeout, boolean includeRelated) throws CmsException(Code)(Java Doc)
public String buildLockHeaderBox() throws CmsException(Code)(Java Doc)
protected boolean checkResourcePermissions(CmsPermissionSet required, boolean neededForFolder)(Code)(Java Doc)
protected boolean checkResourcePermissions(CmsPermissionSet required, boolean neededForFolder, CmsMessageContainer errorMessage)(Code)(Java Doc)
protected String computeCurrentFolder()(Code)(Java Doc)
public String dialog(int segment, String attributes)(Code)(Java Doc)
public String dialogBlock(int segment, String headline, boolean error)(Code)(Java Doc)
public String dialogBlockEnd()(Code)(Java Doc)
public String dialogBlockStart(String headline)(Code)(Java Doc)
public String dialogButtonRow(int segment)(Code)(Java Doc)
public String dialogButtonRowEnd()(Code)(Java Doc)
public String dialogButtonRowStart()(Code)(Java Doc)
public String dialogButtons(int[] buttons, String[] attributes)(Code)(Java Doc)
public String dialogButtonsClose()(Code)(Java Doc)
public String dialogButtonsClose(String closeAttribute)(Code)(Java Doc)
public String dialogButtonsCloseDetails(String closeAttribute, String detailsAttribute)(Code)(Java Doc)
protected void dialogButtonsHtml(StringBuffer result, int button, String attribute)(Code)(Java Doc)
public String dialogButtonsOk()(Code)(Java Doc)
public String dialogButtonsOk(String okAttribute)(Code)(Java Doc)
public String dialogButtonsOkCancel()(Code)(Java Doc)
public String dialogButtonsOkCancel(String okAttributes, String cancelAttributes)(Code)(Java Doc)
public String dialogButtonsOkCancelAdvanced(String okAttributes, String cancelAttributes, String advancedAttributes)(Code)(Java Doc)
public String dialogButtonsSetOkCancel(String setAttributes, String okAttributes, String cancelAttributes)(Code)(Java Doc)
public String dialogContent(int segment, String title)(Code)(Java Doc)
public String dialogContentEnd()(Code)(Java Doc)
public String dialogContentStart(String title)(Code)(Java Doc)
public String dialogEnd()(Code)(Java Doc)
public String dialogHead(String title)(Code)(Java Doc)
public String dialogHorizontalSpacer(int width)(Code)(Java Doc)
public String dialogLockButtons()(Code)(Java Doc)
public String dialogRow(int segment)(Code)(Java Doc)
public String dialogRowEnd()(Code)(Java Doc)
public String dialogRowStart()(Code)(Java Doc)
public String dialogScriptSubmit()(Code)(Java Doc)
public String dialogSeparator()(Code)(Java Doc)
public String dialogSpacer()(Code)(Java Doc)
public String dialogStart()(Code)(Java Doc)
public String dialogStart(String attributes)(Code)(Java Doc)
public String dialogSubheadline(String headline)(Code)(Java Doc)
public String dialogToggleStart(String headline, String id, boolean show)(Code)(Java Doc)
public String dialogWhiteBox(int segment)(Code)(Java Doc)
public String dialogWhiteBoxEnd()(Code)(Java Doc)
public String dialogWhiteBoxStart()(Code)(Java Doc)
public int getAction()(Code)(Java Doc)
protected String getAdministrationBackLink()(Code)(Java Doc)
public String getCancelAction()(Code)(Java Doc)
public String getDialogRealUri()(Code)(Java Doc)
public String getDialogUri()(Code)(Java Doc)
public String getOnlineHelpUriCustom()(Code)(Java Doc)
public String getParamAction()(Code)(Java Doc)
public String getParamCloseLink()(Code)(Java Doc)
public String getParamDialogtype()(Code)(Java Doc)
public String getParamFramename()(Code)(Java Doc)
public String getParamIsPopup()(Code)(Java Doc)
public String getParamMessage()(Code)(Java Doc)
public String getParamOriginalParams()(Code)(Java Doc)
public String getParamPreActionDone()(Code)(Java Doc)
public String getParamRedirect()(Code)(Java Doc)
public String getParamResource()(Code)(Java Doc)
public String getParamTitle()(Code)(Java Doc)
public String getState() throws CmsException(Code)(Java Doc)
public boolean hasCorrectLockstate()(Code)(Java Doc)
public boolean hasSiblings()(Code)(Java Doc)
public String htmlStart()(Code)(Java Doc)
public String htmlStart(String helpUrl)(Code)(Java Doc)
public String htmlStart(String helpUrl, String title)(Code)(Java Doc)
public String htmlStartStyle(String title, String stylesheet)(Code)(Java Doc)
public void includeErrorpage(CmsWorkplace wp, Throwable t) throws JspException(Code)(Java Doc)
public static CmsDialog initCmsDialog(PageContext context, HttpServletRequest req, HttpServletResponse res)(Code)(Java Doc)
protected void initWorkplaceRequestValues(CmsWorkplaceSettings settings, HttpServletRequest request)(Code)(Java Doc)
public boolean isPopup()(Code)(Java Doc)
public boolean isPreEditor()(Code)(Java Doc)
public String pageHtml(int segment, String helpUrl)(Code)(Java Doc)
public String pageHtml(int segment, String helpUrl, String title)(Code)(Java Doc)
protected void setAction(int value)(Code)(Java Doc)
public void setOnlineHelpUriCustom(String uri)(Code)(Java Doc)
public void setParamAction(String value)(Code)(Java Doc)
public void setParamCloseLink(String value)(Code)(Java Doc)
public void setParamDialogtype(String value)(Code)(Java Doc)
public void setParamFramename(String value)(Code)(Java Doc)
public void setParamIsPopup(String value)(Code)(Java Doc)
public void setParamMessage(String value)(Code)(Java Doc)
public void setParamOriginalParams(String paramOriginalParams)(Code)(Java Doc)
public void setParamPreActionDone(String paramPreActionDone)(Code)(Java Doc)
public void setParamRedirect(String redirect)(Code)(Java Doc)
public void setParamResource(String value)(Code)(Java Doc)
public void setParamTitle(String value)(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.