A C D G I O P R S X

A

ApplicationContext - Interface in org.xwiki.container
 
ApplicationContextListener - Interface in org.xwiki.container
Allows interested components to perform startup / shutdown tasks and be notified when the ApplicationContext is created / being destroyed.
ApplicationContextListenerManager - Interface in org.xwiki.container
Component responsible for managing all ApplicationContextListener components.

C

Container - Interface in org.xwiki.container
 
ContainerFactory - Interface in org.xwiki.container
 
createApplicationContext(Object...) - Method in interface org.xwiki.container.ContainerFactory
 
createRequest(Object...) - Method in interface org.xwiki.container.ContainerFactory
 
createResponse(Object...) - Method in interface org.xwiki.container.ContainerFactory
 
createSession(Object...) - Method in interface org.xwiki.container.ContainerFactory
 

D

DefaultApplicationContextListenerManager - Class in org.xwiki.container.internal
Default implementation of ApplicationContextListenerManager.
DefaultApplicationContextListenerManager() - Constructor for class org.xwiki.container.internal.DefaultApplicationContextListenerManager
 
DefaultContainer - Class in org.xwiki.container.internal
We're using ThreadLocals to store the request, response and session so that each thread (i.e.
DefaultContainer() - Constructor for class org.xwiki.container.internal.DefaultContainer
 
DefaultRequestInitializerManager - Class in org.xwiki.container.internal
Default implementation for RequestInitializerManager.
DefaultRequestInitializerManager() - Constructor for class org.xwiki.container.internal.DefaultRequestInitializerManager
 
destroyApplicationContext(ApplicationContext) - Method in interface org.xwiki.container.ApplicationContextListener
Invoked just before ApplicationContext is destroyed.
destroyApplicationContext(ApplicationContext) - Method in interface org.xwiki.container.ApplicationContextListenerManager
Looks up all ApplicationContextListener components and allows each of them to finalize.
destroyApplicationContext(ApplicationContext) - Method in class org.xwiki.container.internal.DefaultApplicationContextListenerManager
Looks up all ApplicationContextListener components and allows each of them to finalize.

G

getApplicationContext() - Method in interface org.xwiki.container.Container
 
getApplicationContext() - Method in class org.xwiki.container.internal.DefaultContainer
 
getOutputStream() - Method in interface org.xwiki.container.Response
Returns an OutputStream suitable for writing binary data in the response.
getProperty(String) - Method in interface org.xwiki.container.Request
 
getRequest() - Method in interface org.xwiki.container.Container
 
getRequest() - Method in class org.xwiki.container.internal.DefaultContainer
 
getResource(String) - Method in interface org.xwiki.container.ApplicationContext
 
getResourceAsStream(String) - Method in interface org.xwiki.container.ApplicationContext
 
getResponse() - Method in interface org.xwiki.container.Container
 
getResponse() - Method in class org.xwiki.container.internal.DefaultContainer
 
getSession() - Method in interface org.xwiki.container.Container
 
getSession() - Method in class org.xwiki.container.internal.DefaultContainer
 
getTemporaryDirectory() - Method in interface org.xwiki.container.ApplicationContext
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
Invoked when the ApplicationContext is created.
initializeApplicationContext(ApplicationContext) - Method in interface org.xwiki.container.ApplicationContextListenerManager
Looks up all ApplicationContextListener components and allows each of them to initialize.
initializeApplicationContext(ApplicationContext) - Method in class org.xwiki.container.internal.DefaultApplicationContextListenerManager
Looks up all ApplicationContextListener components and allows each of them to initialize.
initializeRequest(Request) - Method in class org.xwiki.container.internal.DefaultRequestInitializerManager
Call all components which implement the RequestInitializer role so that they can each perform their own initializations.
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
 
org.xwiki.container.internal - package org.xwiki.container.internal
 

P

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

R

removeProperty(String) - Method in interface org.xwiki.container.Request
 
removeRequest() - Method in interface org.xwiki.container.Container
 
removeRequest() - Method in class org.xwiki.container.internal.DefaultContainer
 
removeResponse() - Method in interface org.xwiki.container.Container
 
removeResponse() - Method in class org.xwiki.container.internal.DefaultContainer
 
removeSession() - Method in interface org.xwiki.container.Container
 
removeSession() - Method in class org.xwiki.container.internal.DefaultContainer
 
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
Create new RequestInitializerException.
RequestInitializerException(String, Throwable) - Constructor for exception org.xwiki.container.RequestInitializerException
Create new 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
 
setApplicationContext(ApplicationContext) - Method in class org.xwiki.container.internal.DefaultContainer
 
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
 
setRequest(Request) - Method in class org.xwiki.container.internal.DefaultContainer
 
setResponse(Response) - Method in interface org.xwiki.container.Container
 
setResponse(Response) - Method in class org.xwiki.container.internal.DefaultContainer
 
setSession(Session) - Method in interface org.xwiki.container.Container
 
setSession(Session) - Method in class org.xwiki.container.internal.DefaultContainer
 

X

XWIKI_URL - Static variable in interface org.xwiki.container.Request
Key under which the XWIKI URL is put in the Request.

A C D G I O P R S X

Copyright © 2004-2011 XWiki. All Rights Reserved.