|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.smartgears.provider.DefaultProvider
public class DefaultProvider
Default implementation of the Provider interface.
| Constructor Summary | |
|---|---|
DefaultProvider()
|
|
| Method Summary | |
|---|---|
ContainerContext |
containerContext()
Assembles and returns the context of the container. |
ContainerHandlers |
containerHandlers()
Returns the handlers associated with the container. |
ApplicationContext |
contextFor(ContainerContext context,
javax.servlet.ServletContext application)
Assembles and returns the context of a given application. |
ApplicationExtensions |
extensionsFor(ApplicationContext context)
Returns the API extensions associated with a given application. |
ApplicationHandlers |
handlersFor(ApplicationContext context)
Returns the handlers associated with a given application. |
org.gcube.informationsystem.publisher.ScopedPublisher |
publisherFor(ApplicationContext context)
Returns an implementation of the IS publisher for a given application |
org.gcube.informationsystem.publisher.ScopedPublisher |
publisherFor(ContainerContext context)
Returns an implementation of the IS publisher for the container |
SmartGearsConfiguration |
smartgearsConfiguration()
Returns the runtime properties. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultProvider()
| Method Detail |
|---|
public ContainerContext containerContext()
Provider
containerContext in interface Providerpublic ContainerHandlers containerHandlers()
Provider
containerHandlers in interface Provider
public ApplicationContext contextFor(ContainerContext context,
javax.servlet.ServletContext application)
Provider
contextFor in interface Providercontext - the context of the containerapplication - the servlet context of the application
public ApplicationHandlers handlersFor(ApplicationContext context)
Provider
handlersFor in interface Providercontext - the context of the application
public ApplicationExtensions extensionsFor(ApplicationContext context)
Provider
extensionsFor in interface Providercontext - the context of the application
public SmartGearsConfiguration smartgearsConfiguration()
Provider
smartgearsConfiguration in interface Providerpublic org.gcube.informationsystem.publisher.ScopedPublisher publisherFor(ContainerContext context)
Provider
publisherFor in interface Providercontext - the context of the container
public org.gcube.informationsystem.publisher.ScopedPublisher publisherFor(ApplicationContext context)
Provider
publisherFor in interface Providercontext - the context of the application
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||