com.atlassian.confluence.util
Class ConfluenceMockServletRequest

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

public class ConfluenceMockServletRequest
extends 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
 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 String getContextPath()


Copyright © 2003-2012 Atlassian. All Rights Reserved.