Java Doc for StrutsPortlet.java in  » Portal » stringbeans-3.5 » com » nabhinc » portlet » strutsbridge » 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 » Portal » stringbeans 3.5 » com.nabhinc.portlet.strutsbridge 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.nabhinc.portlet.strutsbridge.StrutsPortlet

StrutsPortlet
public class StrutsPortlet extends GenericPortlet (Code)
StrutsPortlet
author:
   Ate Douma
since:
   2.5


Field Summary
final public static  StringACTION_REQUEST
    
final public static  StringCUSTOM_REQUEST
    
final public static  StringDEFAULT_STRUTS_PORTLET_CONFIG_LOCATION
    
final public static  StringEDIT_REQUEST
    
final public static  StringERROR_CONTEXT
    
final public static  StringHELP_REQUEST
    
final public static  StringORIGIN_URL
    
final public static  StringPAGE_URL
    
final public static  StringPARAM_ACTION_PAGE
    
final public static  StringPARAM_CUSTOM_PAGE
    
final public static  StringPARAM_EDIT_PAGE
    
final public static  StringPARAM_HELP_PAGE
    
final public static  StringPARAM_SERVLET_CONTEXT_PROVIDER
    
final public static  StringPARAM_VIEW_PAGE
    
final public static  StringPORTLET_NAME
    
final public static  StringREDIRECT_PAGE_URL
    
final public static  StringREDIRECT_URL
    
final public static  StringRENDER_CONTEXT
    
final public static  StringREQUEST_TYPE
    
final public static  StringSTRUTS_PORTLET_CONFIG
    
final public static  StringSTRUTS_PORTLET_CONFIG_LOCATION
    
final public static  StringVIEW_REQUEST
    


Method Summary
public  voiddoCustom(RenderRequest request, RenderResponse response)
    
public  voiddoEdit(RenderRequest request, RenderResponse response)
    
public  voiddoHelp(RenderRequest request, RenderResponse response)
    
public  voiddoView(RenderRequest request, RenderResponse response)
    
protected  StringgetActionPageParameter(PortletConfig config)
    
protected  StringgetContextProviderClassNameParameter(PortletConfig config)
    
protected  StringgetCustomPageParameter(PortletConfig config)
    
protected  StringgetEditPageParameter(PortletConfig config)
    
protected  StringgetHelpPageParameter(PortletConfig config)
    
protected  HttpServletRequestgetHttpServletRequest(GenericPortlet portlet, PortletRequest request, PortletResponse response)
    
protected  HttpServletResponsegetHttpServletResponse(GenericPortlet portlet, PortletRequest request, PortletResponse response)
    
protected  ServletContextgetServletContext(GenericPortlet portlet, PortletRequest request, PortletResponse response)
    
protected  ServletContextProvidergetServletContextProvider()
    
protected  StringgetStrutsOriginURL(PortletRequest request)
    
protected  StringgetStrutsPageURL(PortletRequest request)
    
protected  StringgetStrutsPortletConfigLocationParameter(PortletConfig config)
    
protected  StringgetViewPageParameter(PortletConfig config)
    
public  voidinit(PortletConfig config)
    
public  voidprocessAction(ActionRequest request, ActionResponse response)
    
protected  voidprocessRequest(PortletRequest request, PortletResponse response, String defaultPage, String requestType)
    
protected  voidrenderError(HttpServletResponse response, StrutsPortletErrorContext errorContext)
    

Field Detail
ACTION_REQUEST
final public static String ACTION_REQUEST(Code)



CUSTOM_REQUEST
final public static String CUSTOM_REQUEST(Code)



DEFAULT_STRUTS_PORTLET_CONFIG_LOCATION
final public static String DEFAULT_STRUTS_PORTLET_CONFIG_LOCATION(Code)



EDIT_REQUEST
final public static String EDIT_REQUEST(Code)



ERROR_CONTEXT
final public static String ERROR_CONTEXT(Code)



HELP_REQUEST
final public static String HELP_REQUEST(Code)



ORIGIN_URL
final public static String ORIGIN_URL(Code)



PAGE_URL
final public static String PAGE_URL(Code)



PARAM_ACTION_PAGE
final public static String PARAM_ACTION_PAGE(Code)
Name of portlet preference for Action page



PARAM_CUSTOM_PAGE
final public static String PARAM_CUSTOM_PAGE(Code)
Name of portlet preference for Custom page



PARAM_EDIT_PAGE
final public static String PARAM_EDIT_PAGE(Code)
Name of portlet preference for Edit page



PARAM_HELP_PAGE
final public static String PARAM_HELP_PAGE(Code)
Name of portlet preference for Edit page



PARAM_SERVLET_CONTEXT_PROVIDER
final public static String PARAM_SERVLET_CONTEXT_PROVIDER(Code)
Name of class implementing ServletContextProvider



PARAM_VIEW_PAGE
final public static String PARAM_VIEW_PAGE(Code)
Name of portlet preference for View page



PORTLET_NAME
final public static String PORTLET_NAME(Code)



REDIRECT_PAGE_URL
final public static String REDIRECT_PAGE_URL(Code)



REDIRECT_URL
final public static String REDIRECT_URL(Code)



RENDER_CONTEXT
final public static String RENDER_CONTEXT(Code)



REQUEST_TYPE
final public static String REQUEST_TYPE(Code)



STRUTS_PORTLET_CONFIG
final public static String STRUTS_PORTLET_CONFIG(Code)



STRUTS_PORTLET_CONFIG_LOCATION
final public static String STRUTS_PORTLET_CONFIG_LOCATION(Code)
Name of portlet preference for Struts Portlet Config Location



VIEW_REQUEST
final public static String VIEW_REQUEST(Code)





Method Detail
doCustom
public void doCustom(RenderRequest request, RenderResponse response) throws PortletException, IOException(Code)



doEdit
public void doEdit(RenderRequest request, RenderResponse response) throws PortletException, IOException(Code)



doHelp
public void doHelp(RenderRequest request, RenderResponse response) throws PortletException, IOException(Code)



doView
public void doView(RenderRequest request, RenderResponse response) throws PortletException, IOException(Code)



getActionPageParameter
protected String getActionPageParameter(PortletConfig config)(Code)



getContextProviderClassNameParameter
protected String getContextProviderClassNameParameter(PortletConfig config)(Code)



getCustomPageParameter
protected String getCustomPageParameter(PortletConfig config)(Code)



getEditPageParameter
protected String getEditPageParameter(PortletConfig config)(Code)



getHelpPageParameter
protected String getHelpPageParameter(PortletConfig config)(Code)



getHttpServletRequest
protected HttpServletRequest getHttpServletRequest(GenericPortlet portlet, PortletRequest request, PortletResponse response)(Code)



getHttpServletResponse
protected HttpServletResponse getHttpServletResponse(GenericPortlet portlet, PortletRequest request, PortletResponse response)(Code)



getServletContext
protected ServletContext getServletContext(GenericPortlet portlet, PortletRequest request, PortletResponse response)(Code)



getServletContextProvider
protected ServletContextProvider getServletContextProvider()(Code)



getStrutsOriginURL
protected String getStrutsOriginURL(PortletRequest request)(Code)



getStrutsPageURL
protected String getStrutsPageURL(PortletRequest request)(Code)



getStrutsPortletConfigLocationParameter
protected String getStrutsPortletConfigLocationParameter(PortletConfig config)(Code)



getViewPageParameter
protected String getViewPageParameter(PortletConfig config)(Code)



init
public void init(PortletConfig config) throws PortletException(Code)



processAction
public void processAction(ActionRequest request, ActionResponse response) throws PortletException, IOException(Code)



processRequest
protected void processRequest(PortletRequest request, PortletResponse response, String defaultPage, String requestType) throws PortletException, IOException(Code)



renderError
protected void renderError(HttpServletResponse response, StrutsPortletErrorContext errorContext) throws IOException(Code)



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