Issue Details (XML | Word | Printable)

Key: JS1-541
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Unassigned
Reporter: Jeremy Ford
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Jetspeed

[ENH] Allow title of portlet to be changed during render phase

Created: 02/Apr/05 04:31 PM   Updated: 26/May/05 12:35 PM
Return to search
Component/s: Portlet API
Affects Version/s: 1.6-dev
Fix Version/s: 1.6

Time Tracking:
Not Specified

Environment: All

Resolution Date: 26/May/05 12:35 PM


 Description  « Hide
Currently, when setting the title during the render phase of a portlet, the title change will not appear. The goal is to allow the dynamic updating of the title during the render or action phase of a portlet and have the title change appear immediately.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Repository Revision Date User Message
ASF #184936 Sat Apr 02 17:20:22 UTC 2005 jford Added Jetpseed JSP Service to handle buffering of JSP content


PR: JS1-541
Obtained from: Turbine, Jetspeed 2, and Pluto
Files Changed
ADD /portals/jetspeed-1/trunk/src/java/org/apache/jetspeed/services/jsp/JetspeedJspService.java
ADD /portals/jetspeed-1/trunk/src/java/org/apache/jetspeed/services/jsp/HttpBufferedResponse.java
ADD /portals/jetspeed-1/trunk/src/java/org/apache/jetspeed/services/jsp/PrintWriterServletOutputStream.java

Repository Revision Date User Message
ASF #184937 Sat Apr 02 17:24:04 UTC 2005 jford Added new buffered view processors

PR: JS1-541
Files Changed
ADD /portals/jetspeed-1/trunk/src/java/org/apache/jetspeed/portal/portlets/viewprocessor/BufferedVelocityViewProcessor.java
MODIFY /portals/jetspeed-1/trunk/src/java/org/apache/jetspeed/portal/portlets/viewprocessor/ViewProcessorFactory.java
ADD /portals/jetspeed-1/trunk/src/java/org/apache/jetspeed/portal/portlets/viewprocessor/BufferedJSPViewProcessor.java

Repository Revision Date User Message
ASF #184938 Sat Apr 02 17:31:08 UTC 2005 jford Added new setTitle method that takes a rundata parameter and modifies the current psml entry/profile

PR: JS1-541
Files Changed
MODIFY /portals/jetspeed-1/trunk/src/java/org/apache/jetspeed/portal/BasePortletSet.java
MODIFY /portals/jetspeed-1/trunk/src/java/org/apache/jetspeed/portal/portlets/AbstractPortlet.java
MODIFY /portals/jetspeed-1/trunk/src/java/org/apache/jetspeed/portal/security/portlets/PortletWrapper.java
MODIFY /portals/jetspeed-1/trunk/src/java/org/apache/jetspeed/portal/portlets/ContainerTestPortlet.java
MODIFY /portals/jetspeed-1/trunk/src/java/org/apache/jetspeed/portal/Portlet.java

Repository Revision Date User Message
ASF #184939 Sat Apr 02 17:33:42 UTC 2005 jford New velocity for buffering content and the displaying title and content.
Allows the title to be changed during render phase.

PR: JS1-541
Files Changed
ADD /portals/jetspeed-1/trunk/webapp/WEB-INF/templates/vm/controls/html/jetspeed-buffered.vm

Repository Revision Date User Message
ASF #184940 Sat Apr 02 17:34:46 UTC 2005 jford Use the new JetspeedJspService

PR: JS1-541
Files Changed
MODIFY /portals/jetspeed-1/trunk/webapp/WEB-INF/conf/TurbineResources.properties

Repository Revision Date User Message
ASF #184941 Sat Apr 02 17:35:47 UTC 2005 jford Added a new control that uses the new jetspeed-buffered.vm file.

Do not use this control unless you are using buffered view processors.
Otherwise, your content may appear before the title bar does.

PR: JS1-541
Files Changed
MODIFY /portals/jetspeed-1/trunk/webapp/WEB-INF/conf/controls.xreg