com.jdon.controller.context.application
类 MockRequest

java.lang.Object
  继承者 com.jdon.controller.context.application.MockRequest
所有已实现的接口:
RequestWrapper

public class MockRequest
extends Object
implements RequestWrapper


构造方法摘要
MockRequest(Application da, DemoSessionWrapper ds)
           
 
方法摘要
 ContextHolder getContextHolder()
           
 Principal getRegisteredPrincipal()
           
 String getRemoteAddr()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

MockRequest

public MockRequest(Application da,
                   DemoSessionWrapper ds)
方法详细信息

getContextHolder

public ContextHolder getContextHolder()
指定者:
接口 RequestWrapper 中的 getContextHolder

getRegisteredPrincipal

public Principal getRegisteredPrincipal()
指定者:
接口 RequestWrapper 中的 getRegisteredPrincipal

getRemoteAddr

public String getRemoteAddr()
指定者:
接口 RequestWrapper 中的 getRemoteAddr


Copyright © 2013. All Rights Reserved.