Proposal for 3.0 API: Expose attributes on BridgeRequestScope
-------------------------------------------------------------

                 Key: PORTLETBRIDGE-208
                 URL: https://issues.apache.org/jira/browse/PORTLETBRIDGE-208
             Project: MyFaces Portlet Bridge
          Issue Type: New Feature
          Components: General
    Affects Versions: 3.0.0
            Reporter: Neil Griffin
            Assignee: Michael Freedman


It would be nice for the bridge implementation to be able to get/set various 
implementation-dependent attributes on the BridgeRequestScope, like the 
following method signatures:

public interface BridgeRequestScope { 
... 
Object getAttribute(String key); 
void setAttribute(String key, Object value); 
... 
} 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to