I need to be able to obtain the ServletContext from within my 
Rep startup code, so that I can check values for init-params 
and attributes. 

i.e.
http://java.sun.com/products/servlet/2.3/javadoc/javax/servlet/ServletContext.html#getAttribute(java.lang.String)
and
http://java.sun.com/products/servlet/2.3/javadoc/javax/servlet/ServletContext.html#getInitParameter(java.lang.String)

But it appears that in Rife, the ServletContext is available 
to subclasses of Element [ i.e. 
http://rifers.org/docs/api/com/uwyn/rife/engine/ElementSupport.html#getServletContext()
 
] but not to subclasses of (for example) BlockingParticipant.

Is there a workaround for this ?


thx

fred

-- 
F.Baube                *  
Georgetown/MSFS/1988   *  Act locally.
email fbaube#welho.com *  Think pangalactically. 
 gsm  +358 41 536 8192 *  
 wmd   60°11'10.8"N 24°57'36.9"E
_______________________________________________
Rife-users mailing list
[email protected]
http://www.uwyn.com/mailman/listinfo/rife-users

Reply via email to