A C D G I O P R S X

A

AbstractApplicationContext - Class in org.xwiki.container
Base class for ApplicationContext implementations.
AbstractApplicationContext(ComponentManager) - Constructor for class org.xwiki.container.AbstractApplicationContext
 
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

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.

G

getApplicationContext() - Method in interface org.xwiki.container.Container
 
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
 
getPermanentDirectory() - Method in interface org.xwiki.container.ApplicationContext
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
 
getResourceAsStream(String) - Method in interface org.xwiki.container.ApplicationContext
 
getResponse() - Method in interface org.xwiki.container.Container
 
getSession() - Method in interface org.xwiki.container.Container
 
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.
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
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
 
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
 

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.