@Role
public interface Container
Modifier and Type | Method and Description |
---|---|
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) |
@Deprecated ApplicationContext getApplicationContext()
Environment
instead@Deprecated void setApplicationContext(ApplicationContext context)
Environment
insteadRequest getRequest()
void setRequest(Request request)
void removeRequest()
void pushRequest(Request request)
void popRequest()
Response getResponse()
void setResponse(Response response)
void removeResponse()
void pushResponse(Response response)
void popResponse()
Session getSession()
void setSession(Session session)
void removeSession()
void pushSession(Session session)
void popSession()
Copyright © 2004–2021 XWiki. All rights reserved.