wt.httpgw
Class WTContextBeanHandler

java.lang.Object
  extended bywt.httpgw.WTContextBeanHandler

public class WTContextBeanHandler
extends Object


Field Summary
private  WTContextBean contextBean
           
private  boolean isLocalContextBean
           
private  javax.servlet.http.HttpServletRequest request
           
 
Constructor Summary
WTContextBeanHandler(javax.servlet.http.HttpServletRequest request)
           
 
Method Summary
 void destroy()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

request

private final javax.servlet.http.HttpServletRequest request

contextBean

private final WTContextBean contextBean

isLocalContextBean

private final boolean isLocalContextBean
Constructor Detail

WTContextBeanHandler

public WTContextBeanHandler(javax.servlet.http.HttpServletRequest request)
Method Detail

destroy

public void destroy()