org.xwiki.container
Interface Container
@ComponentRole
public interface Container
getApplicationContext
ApplicationContext getApplicationContext()
setApplicationContext
void setApplicationContext(ApplicationContext context)
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-2011 XWiki. All Rights Reserved.