com.atlassian.core.filters
Class ServletStubs

java.lang.Object
  extended by com.atlassian.core.filters.ServletStubs

public class ServletStubs
extends Object


Nested Class Summary
static interface ServletStubs.Request
           
static interface ServletStubs.Response
          This adds methods to HttpServletResponse to get and set values you can't otherwise change.
 
Constructor Summary
ServletStubs()
           
 
Method Summary
static ServletStubs.Request getRequestInstance()
           
static ServletStubs.Response getResponseInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletStubs

public ServletStubs()
Method Detail

getRequestInstance

public static ServletStubs.Request getRequestInstance()

getResponseInstance

public static ServletStubs.Response getResponseInstance()


Copyright © 2015 Atlassian. All rights reserved.