|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServletContextAdapter
This provides access to the servlet context data. Adapters like this are meant to remove the implicit casting performed by those that use it. This is made into an interface to provide test objects more easily.
Method Summary | |
---|---|
MutablePicoContainer |
getContainer()
Returns the PicoContainer stored in the servlet
context. |
ContainerBuilder |
getContainerBuilder()
Returns the ContainerBuilder stored in the servlet context. |
org.hibernate.SessionFactory |
getSessionFactory()
This returns the Hibernate session factory used in the framework. |
Method Detail |
---|
MutablePicoContainer getContainer()
PicoContainer
stored in the servlet
context.
ContainerBuilder getContainerBuilder()
ContainerBuilder
stored in the servlet context.
org.hibernate.SessionFactory getSessionFactory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |