Skip navigation links
A C D G I O P R S 

A

AbstractApplicationContext - Class in org.xwiki.container
Deprecated.
starting with 3.5M1, use the notion of Environment instead
AbstractApplicationContext(ComponentManager) - Constructor for class org.xwiki.container.AbstractApplicationContext
Deprecated.
 
ApplicationContext - Interface in org.xwiki.container
Deprecated.
starting with 3.5M1, use the notion of Environment instead
ApplicationContextListener - Interface in org.xwiki.container
Deprecated.
starting with 3.5M1, use the notion of Environment instead
ApplicationContextListenerManager - Interface in org.xwiki.container
Deprecated.
starting with 3.5M1, use the notion of Environment instead

C

Container - Interface in org.xwiki.container
 

D

destroyApplicationContext(ApplicationContext) - Method in interface org.xwiki.container.ApplicationContextListener
Deprecated.
Invoked just before ApplicationContext is destroyed.
destroyApplicationContext(ApplicationContext) - Method in interface org.xwiki.container.ApplicationContextListenerManager
Deprecated.

G

getApplicationContext() - Method in interface org.xwiki.container.Container
Deprecated.
starting with 3.5M1, use the notion of Environment instead
getOutputStream() - Method in interface org.xwiki.container.Response
Returns an OutputStream suitable for writing binary data in the response.
getPermanentDirectory() - Method in class org.xwiki.container.AbstractApplicationContext
Deprecated.
 
getPermanentDirectory() - Method in interface org.xwiki.container.ApplicationContext
Deprecated.
Gets the root directory which the container must provide for storing persisting data.
getProperties(String) - Method in interface org.xwiki.container.Request
 
getProperty(String) - Method in interface org.xwiki.container.Request
 
getRequest() - Method in interface org.xwiki.container.Container
 
getResource(String) - Method in interface org.xwiki.container.ApplicationContext
Deprecated.
 
getResourceAsStream(String) - Method in interface org.xwiki.container.ApplicationContext
Deprecated.
 
getResponse() - Method in interface org.xwiki.container.Container
 
getSession() - Method in interface org.xwiki.container.Container
 
getTemporaryDirectory() - Method in interface org.xwiki.container.ApplicationContext
Deprecated.
Gets the directory which the container must provide for storing temporary data.

I

initialize(Request) - Method in interface org.xwiki.container.RequestInitializer
Perform initializations here, such as storing objects in the Request.
initializeApplicationContext(ApplicationContext) - Method in interface org.xwiki.container.ApplicationContextListener
Deprecated.
Invoked when the ApplicationContext is created.
initializeApplicationContext(ApplicationContext) - Method in interface org.xwiki.container.ApplicationContextListenerManager
Deprecated.
initializeRequest(Request) - Method in interface org.xwiki.container.RequestInitializerManager
Call all components which implement the RequestInitializer role so that they can each perform their own initializations.

O

org.xwiki.container - package org.xwiki.container
 

P

popRequest() - Method in interface org.xwiki.container.Container
 
popResponse() - Method in interface org.xwiki.container.Container
 
popSession() - Method in interface org.xwiki.container.Container
 
pushRequest(Request) - Method in interface org.xwiki.container.Container
 
pushResponse(Response) - Method in interface org.xwiki.container.Container
 
pushSession(Session) - Method in interface org.xwiki.container.Container
 

R

removeProperty(String) - Method in interface org.xwiki.container.Request
 
removeRequest() - Method in interface org.xwiki.container.Container
 
removeResponse() - Method in interface org.xwiki.container.Container
 
removeSession() - Method in interface org.xwiki.container.Container
 
Request - Interface in org.xwiki.container
 
RequestInitializer - Interface in org.xwiki.container
Let any component that need to perform further initializations involving the Request do so.
RequestInitializerException - Exception in org.xwiki.container
Thrown when request initialization fails.
RequestInitializerException(String) - Constructor for exception org.xwiki.container.RequestInitializerException
RequestInitializerException(String, Throwable) - Constructor for exception org.xwiki.container.RequestInitializerException
RequestInitializerManager - Interface in org.xwiki.container
Manages initializations that have to be done when the XWiki Request object is initialized.
Response - Interface in org.xwiki.container
Represents a server response.

S

Session - Interface in org.xwiki.container
Represents a session.
setApplicationContext(ApplicationContext) - Method in interface org.xwiki.container.Container
Deprecated.
starting with 3.5M1, use the notion of Environment instead
setContentLength(int) - Method in interface org.xwiki.container.Response
Sets the length of the content body in the response.
setContentType(String) - Method in interface org.xwiki.container.Response
Sets the content type of the response being sent to the client, as a MIME type string.
setProperty(String, Object) - Method in interface org.xwiki.container.Request
 
setRequest(Request) - Method in interface org.xwiki.container.Container
 
setResponse(Response) - Method in interface org.xwiki.container.Container
 
setSession(Session) - Method in interface org.xwiki.container.Container
 
A C D G I O P R S 
Skip navigation links

Copyright © 2004–2017 XWiki. All rights reserved.