Package org.xwiki.container
Interface Container
@Role
public interface Container
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.voidvoidvoidvoidpushRequest(Request request) voidpushResponse(Response response) voidpushSession(Session session) voidvoidvoidvoidsetApplicationContext(ApplicationContext context) Deprecated.use the notion ofEnvironmentinsteadvoidsetRequest(Request request) voidsetResponse(Response response) voidsetSession(Session session)
-
Method Details
-
getApplicationContext
Deprecated.use the notion ofEnvironmentinstead -
setApplicationContext
Deprecated.use the notion ofEnvironmentinstead -
getRequest
Request getRequest() -
setRequest
-
removeRequest
void removeRequest() -
pushRequest
-
popRequest
void popRequest() -
getResponse
Response getResponse() -
setResponse
-
removeResponse
void removeResponse() -
pushResponse
-
popResponse
void popResponse() -
getSession
Session getSession() -
setSession
-
removeSession
void removeSession() -
pushSession
-
popSession
void popSession()
-
Environmentinstead