Request should expose a generic "getContext" method
---------------------------------------------------
Key: TILESSB-16
URL: https://issues.apache.org/struts/browse/TILESSB-16
Project: Tiles Sandbox
Issue Type: Improvement
Components: tiles3
Reporter: Antonio Petrelli
Assignee: Antonio Petrelli
Request class exposes "getRequestScope" and similar methods.
However, there are other scopes other than "request", "session" and
"application". In particular:
"page" for JSP, Velocity and FreeMarker;
two types of sessions (portlet-wise and application-wise)
that should be considered.
A generic "getContext", accepting a string (the scope name) should be added and
all the other removed.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.