jodd.servlet
Class PageContextThreadLocal

java.lang.Object
  extended by jodd.servlet.PageContextThreadLocal

public class PageContextThreadLocal
extends java.lang.Object

Thread local storage for PageContext.


Constructor Summary
PageContextThreadLocal()
           
 
Method Summary
static javax.servlet.jsp.PageContext get()
          Returns page context from thread local variable.
static void set(javax.servlet.jsp.PageContext pageContext)
          Sets page context to thread local variable.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageContextThreadLocal

public PageContextThreadLocal()
Method Detail

set

public static void set(javax.servlet.jsp.PageContext pageContext)
Sets page context to thread local variable.


get

public static javax.servlet.jsp.PageContext get()
Returns page context from thread local variable.



Copyright © 2003-2012 Jodd Team