Expand my Community achievements bar.

SOLVED

FlexContext vs HttpContext (in FDS)

Avatar

Former Community Member
The prerelease documentation says that it's possible to use
static methods in class flex.messaging.HttpContext to

retrieve the request (HttpContext.getHttpRequest), response
(HttpContext.getHttpResponse) and servletconfig

(HttpContext.getServletConfig).



In beta2 HttpContext has been replaced by FlexContext.



How can i obtain the ServletConfig with FlexContext ?

I haven't found any method to do that.



Thanks

1 Accepted Solution

Avatar

Correct answer by
Level 3
flex.messaging.FlexContext.getServletConfig()



View solution in original post

1 Reply

Avatar

Correct answer by
Level 3
flex.messaging.FlexContext.getServletConfig()