org.xwiki.container
Interface Container


@Role
public interface Container


Method Summary
 ApplicationContext getApplicationContext()
          Deprecated. starting with 3.5M1, use the notion of Environment instead
 Request getRequest()
           
 Response getResponse()
           
 Session getSession()
           
 void popRequest()
           
 void popResponse()
           
 void popSession()
           
 void pushRequest(Request request)
           
 void pushResponse(Response response)
           
 void pushSession(Session session)
           
 void removeRequest()
           
 void removeResponse()
           
 void removeSession()
           
 void setApplicationContext(ApplicationContext context)
          Deprecated. starting with 3.5M1, use the notion of Environment instead
 void setRequest(Request request)
           
 void setResponse(Response response)
           
 void setSession(Session session)
           
 

Method Detail

getApplicationContext

@Deprecated
ApplicationContext getApplicationContext()
Deprecated. starting with 3.5M1, use the notion of Environment instead


setApplicationContext

@Deprecated
void setApplicationContext(ApplicationContext context)
Deprecated. starting with 3.5M1, use the notion of Environment instead


getRequest

Request getRequest()

setRequest

void setRequest(Request request)

removeRequest

void removeRequest()

pushRequest

void pushRequest(Request request)

popRequest

void popRequest()

getResponse

Response getResponse()

setResponse

void setResponse(Response response)

removeResponse

void removeResponse()

pushResponse

void pushResponse(Response response)

popResponse

void popResponse()

getSession

Session getSession()

setSession

void setSession(Session session)

removeSession

void removeSession()

pushSession

void pushSession(Session session)

popSession

void popSession()


Copyright © 2004-2012 XWiki. All Rights Reserved.