Daniel Fagerstrom wrote:
Sylvain Wallez wrote:

Daniel Fagerstrom wrote:

Vadim Gritsenko wrote:

Into POJO / Maps, EL friendly interface:

  context.getRequestParameterMap()
  context.getRequestMap()
  context.getSessionMap()
  context.getApplicationMap()

Having something like that (parameters/attributes access via maps) in Cocoon environment probably is not a bad idea.


You mean that we should add such methods in o.a.c.environment.Request, Session etc? Yes, that seem to be a good

Not necessarily there, could be some EL context or whatever.


idea, then we don't need any Servlet API specific code for the script friendly embeding.


Note that we already have no servlet-api specific code as the environment is abstracted in Cocoon. ExternalContext can be considered as the JSF equivalent of our object model.


I know, I expressed my self in a sloopy way. What I meant is that our environment abstraction is very close to the servlet API, but we could add some methods like the one Vadim suggests to make our environment more POJO styled, and as a consequence more EL friendly.

Exactly.

Vadim

Reply via email to