org.xwiki.container
Interface ContainerFactory


public interface ContainerFactory


Method Summary
 ApplicationContext createApplicationContext(Object... objects)
           
 Request createRequest(Object... objects)
           
 Response createResponse(Object... objects)
           
 Session createSession(Object... objects)
           
 

Method Detail

createRequest

Request createRequest(Object... objects)

createResponse

Response createResponse(Object... objects)

createSession

Session createSession(Object... objects)

createApplicationContext

ApplicationContext createApplicationContext(Object... objects)


Copyright © 2004-2011 XWiki. All Rights Reserved.