Java Doc for VelocityPortletStateAction.java in  » ERP-CRM-Financial » sakai » org » sakaiproject » cheftool » 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 » ERP CRM Financial » sakai » org.sakaiproject.cheftool 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.sakaiproject.vm.VmServlet
   org.sakaiproject.cheftool.VmServlet
      org.sakaiproject.cheftool.ToolServlet
         org.sakaiproject.cheftool.VelocityPortletPaneledAction
            org.sakaiproject.cheftool.VelocityPortletStateAction

All known Subclasses:   org.sakaiproject.calendar.tool.CalendarAction,
VelocityPortletStateAction
abstract public class VelocityPortletStateAction extends VelocityPortletPaneledAction (Code)

VelocityPortletStateAction is an extension of VelocityPortletAction which provides a way to associate Controller state with each instances of the portlet using this action.





Method Summary
protected  ControllerStategetState(Context context, RunData rundata, Class stateClass)
     Get the proper state for this instance (if portlet is not known, only context).
Parameters:
  context - The Template Context (it contains a reference to the portlet).
Parameters:
  rundata - The Jetspeed (Turbine) rundata associated with the request.
Parameters:
  stateClass - The Class of the ControllerState to find / create.
protected  ControllerStategetState(VelocityPortlet portlet, RunData rundata, Class stateClass)
     Get the proper state for this instance (if portlet is known).
Parameters:
  portlet - The portlet being rendered.
Parameters:
  rundata - The Jetspeed (Turbine) rundata associated with the request.
Parameters:
  stateClass - The Class of the ControllerState to find / create.
protected  ControllerStategetState(String peid, RunData rundata, Class stateClass)
     Get the proper state for this instance (if portlet id is known).
Parameters:
  peid - The portlet id.
Parameters:
  rundata - The Jetspeed (Turbine) rundata associated with the request.
Parameters:
  stateClass - The Class of the ControllerState to find / create.
protected  voidreleaseState(Context context, RunData rundata)
     Release the proper state for this instance (if portlet is not known, only context).
protected  voidreleaseState(VelocityPortlet portlet, RunData rundata)
     Release the proper state for this instance (if portlet is known).
protected  voidreleaseState(String peid, RunData rundata)
     Release the proper state for this instance (if portlet id is known).



Method Detail
getState
protected ControllerState getState(Context context, RunData rundata, Class stateClass)(Code)
Get the proper state for this instance (if portlet is not known, only context).
Parameters:
  context - The Template Context (it contains a reference to the portlet).
Parameters:
  rundata - The Jetspeed (Turbine) rundata associated with the request.
Parameters:
  stateClass - The Class of the ControllerState to find / create. The proper state object for this instance.



getState
protected ControllerState getState(VelocityPortlet portlet, RunData rundata, Class stateClass)(Code)
Get the proper state for this instance (if portlet is known).
Parameters:
  portlet - The portlet being rendered.
Parameters:
  rundata - The Jetspeed (Turbine) rundata associated with the request.
Parameters:
  stateClass - The Class of the ControllerState to find / create. The proper state object for this instance.



getState
protected ControllerState getState(String peid, RunData rundata, Class stateClass)(Code)
Get the proper state for this instance (if portlet id is known).
Parameters:
  peid - The portlet id.
Parameters:
  rundata - The Jetspeed (Turbine) rundata associated with the request.
Parameters:
  stateClass - The Class of the ControllerState to find / create. The proper state object for this instance.



releaseState
protected void releaseState(Context context, RunData rundata)(Code)
Release the proper state for this instance (if portlet is not known, only context).
Parameters:
  context - The Template Context (it contains a reference to the portlet).
Parameters:
  rundata - The Jetspeed (Turbine) rundata associated with the request.



releaseState
protected void releaseState(VelocityPortlet portlet, RunData rundata)(Code)
Release the proper state for this instance (if portlet is known).
Parameters:
  portlet - The portlet being rendered.
Parameters:
  rundata - The Jetspeed (Turbine) rundata associated with the request.



releaseState
protected void releaseState(String peid, RunData rundata)(Code)
Release the proper state for this instance (if portlet id is known).
Parameters:
  peid - The portlet id being rendered.
Parameters:
  rundata - The Jetspeed (Turbine) rundata associated with the request.



Fields inherited from org.sakaiproject.cheftool.VelocityPortletPaneledAction
final protected static String ATTR_CONFIG(Code)(Java Doc)
final protected static String ATTR_CONTEXT(Code)(Java Doc)
final public static String ATTR_FRAME_FOCUS(Code)(Java Doc)
final public static String ATTR_FRAME_REFRESH(Code)(Java Doc)
final protected static String ATTR_PORTLET(Code)(Java Doc)
final protected static String ATTR_RUNDATA(Code)(Java Doc)
final public static String ATTR_TOP_REFRESH(Code)(Java Doc)
final protected static String BUTTON(Code)(Java Doc)
final protected static String CONTEXT_SITE_COLLECTION_ID(Code)(Java Doc)
final protected static String CONTEXT_SITE_COLLECTION_URL(Code)(Java Doc)
final protected static String LAYOUT_MAIN(Code)(Java Doc)
protected MyLogger Log(Code)(Java Doc)
final public static String MODE_OPTIONS(Code)(Java Doc)
final protected static String STATE_ACTION(Code)(Java Doc)
final public static String STATE_FLOAT(Code)(Java Doc)
final public static String STATE_HELPER(Code)(Java Doc)
final public static String STATE_MESSAGE(Code)(Java Doc)
final protected static String STATE_MODE(Code)(Java Doc)
final protected static String STATE_OBSERVER(Code)(Java Doc)
final public static String STATE_OBSERVER2(Code)(Java Doc)
final public static String STATE_PRESENCE_OBSERVER(Code)(Java Doc)
final public static String STATE_TOOL(Code)(Java Doc)

Methods inherited from org.sakaiproject.cheftool.VelocityPortletPaneledAction
protected void actionDispatch(String methodBase, String methodExt, HttpServletRequest req, HttpServletResponse res)(Code)(Java Doc)
public static void addAlert(SessionState state, String message)(Code)(Java Doc)
protected void addOptionsMenu(Menu bar, JetspeedRunData data)(Code)(Java Doc)
protected boolean allowedToOptions()(Code)(Java Doc)
protected void cancelOptions()(Code)(Java Doc)
protected String clientWindowId(SessionState state, String toolId)(Code)(Java Doc)
public static void disableObservers(SessionState state)(Code)(Java Doc)
protected void doGet(HttpServletRequest req, HttpServletResponse res) throws ServletException(Code)(Java Doc)
public void doOptions(RunData runData, Context context)(Code)(Java Doc)
public void doReset(RunData runData, Context context)(Code)(Java Doc)
public static void enableObservers(SessionState state)(Code)(Java Doc)
protected Map getContext(RunData data)(Code)(Java Doc)
protected void helperActionDispatch(String methodBase, String methodExt, HttpServletRequest req, HttpServletResponse res, String className)(Code)(Java Doc)
protected void initState(SessionState state, VelocityPortlet portlet, JetspeedRunData rundata)(Code)(Java Doc)
protected void initState(SessionState state, HttpServletRequest req, HttpServletResponse res)(Code)(Java Doc)
public static void justDelivered(SessionState state)(Code)(Java Doc)
public static String mainPanelUpdateId(String toolId)(Code)(Java Doc)
protected String panelMethodName(String panel)(Code)(Java Doc)
public void processAction(HttpServletRequest req, HttpServletResponse res)(Code)(Java Doc)
protected void resetTool(SessionState state)(Code)(Java Doc)
protected void saveOptions()(Code)(Java Doc)
protected void scheduleFocusRefresh(String[] path)(Code)(Java Doc)
protected void schedulePeerFrameRefresh(String id)(Code)(Java Doc)
protected void scheduleTopRefresh()(Code)(Java Doc)
protected void setVmCourier(HttpServletRequest request, int refresh)(Code)(Java Doc)
protected void setVmStdRef(HttpServletRequest request, HttpServletResponse response)(Code)(Java Doc)
public static String titlePanelUpdateId(String toolId)(Code)(Java Doc)
protected void toolModeDispatch(String methodBase, String methodExt, HttpServletRequest req, HttpServletResponse res) throws ToolException(Code)(Java Doc)
protected void updateState(SessionState state, HttpServletRequest req, HttpServletResponse res)(Code)(Java Doc)

Fields inherited from org.sakaiproject.cheftool.ToolServlet
final protected static String ALERT_ATTR(Code)(Java Doc)
final protected static String ALERT_STATE_INITED(Code)(Java Doc)
final protected static String HELPER_ID(Code)(Java Doc)
final protected String MAIN_PANEL(Code)(Java Doc)
final protected static String MENU_ATTR(Code)(Java Doc)
final protected static String PARAM_ACTION(Code)(Java Doc)
final protected static String PARAM_ACTION_COMBO(Code)(Java Doc)
final protected String TITLE_PANEL(Code)(Java Doc)
final protected String TOOL_MODE_ATTR(Code)(Java Doc)
final protected String TOOL_MODE_DEFAULT(Code)(Java Doc)

Methods inherited from org.sakaiproject.cheftool.ToolServlet
protected void actionDispatch(String methodBase, String methodExt, HttpServletRequest req, HttpServletResponse res)(Code)(Java Doc)
protected void doGet(HttpServletRequest req, HttpServletResponse res) throws ServletException(Code)(Java Doc)
protected void doPost(HttpServletRequest req, HttpServletResponse res) throws ServletException(Code)(Java Doc)
protected Alert getAlert(HttpServletRequest req)(Code)(Java Doc)
protected Alert getAlert(SessionState state)(Code)(Java Doc)
protected Menu getMenu(HttpServletRequest req)(Code)(Java Doc)
protected String getPid(HttpServletRequest req)(Code)(Java Doc)
protected SessionState getState(HttpServletRequest req)(Code)(Java Doc)
protected String getToolMode(HttpServletRequest req)(Code)(Java Doc)
protected void initState(SessionState state, HttpServletRequest req, HttpServletResponse res)(Code)(Java Doc)
protected void prepState(HttpServletRequest req, HttpServletResponse res)(Code)(Java Doc)
protected void processAction(HttpServletRequest req, HttpServletResponse res)(Code)(Java Doc)
protected boolean sendToHelper(HttpServletRequest req, HttpServletResponse res, String target) throws ToolException(Code)(Java Doc)
protected void setToolMode(String toolMode, HttpServletRequest req)(Code)(Java Doc)
protected void setVmStdRef(HttpServletRequest request, HttpServletResponse response)(Code)(Java Doc)
protected void startHelper(HttpServletRequest req, String helperId, String panel)(Code)(Java Doc)
protected void startHelper(HttpServletRequest req, String helperId)(Code)(Java Doc)
protected void toolModeDispatch(String methodBase, String methodExt, HttpServletRequest req, HttpServletResponse res) throws ToolException(Code)(Java Doc)
protected void updateState(SessionState state, HttpServletRequest req, HttpServletResponse res)(Code)(Java Doc)

Fields inherited from org.sakaiproject.cheftool.VmServlet
final protected Validator m_validator(Code)(Java Doc)

Methods inherited from org.sakaiproject.cheftool.VmServlet
protected void setVmStdRef(HttpServletRequest request, HttpServletResponse response)(Code)(Java Doc)

Methods inherited from org.sakaiproject.vm.VmServlet
protected ActionURL getActionURL(HttpServletRequest request)(Code)(Java Doc)
public Object getVmReference(String name, HttpServletRequest request)(Code)(Java Doc)
protected void includeVm(String template, HttpServletRequest request, HttpServletResponse response) throws ServletException(Code)(Java Doc)
public void setVmReference(String name, Object value, HttpServletRequest request)(Code)(Java Doc)
protected void setVmStdRef(HttpServletRequest request, HttpServletResponse response)(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.