com.atlassian.confluence.util
Class ConfluenceMockServletRequest

java.lang.Object
  extended by com.atlassian.confluence.util.ConfluenceMockServletRequest

public class ConfluenceMockServletRequest
extends java.lang.Object

This is a simple stub class to return the context path we have cached, used in Velocity templates when we don't _actually_ have a request.


Constructor Summary
ConfluenceMockServletRequest()
           
 
Method Summary
 java.lang.String getContextPath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfluenceMockServletRequest

public ConfluenceMockServletRequest()
Method Detail

getContextPath

public java.lang.String getContextPath()


Copyright © 2003-2014 Atlassian. All Rights Reserved.