Uses of Interface
org.gcube.smartgears.extensions.ApplicationExtension

Packages that use ApplicationExtension
org.gcube.smartgears.configuration.application   
org.gcube.smartgears.extensions   
org.gcube.smartgears.extensions.resource   
 

Uses of ApplicationExtension in org.gcube.smartgears.configuration.application
 

Methods in org.gcube.smartgears.configuration.application that return types with arguments of type ApplicationExtension
 List<ApplicationExtension> ApplicationExtensions.extensions()
          Returns the extensions for the application.
 

Methods in org.gcube.smartgears.configuration.application with parameters of type ApplicationExtension
 ApplicationExtensions ApplicationExtensions.set(ApplicationExtension... extensions)
          Sets the extensions for the application.
 

Uses of ApplicationExtension in org.gcube.smartgears.extensions
 

Classes in org.gcube.smartgears.extensions that implement ApplicationExtension
 class ApiResource
          A resource-specifc API handled by an HttpController.
 class HttpController
          An HttpExtension that dispatches to one or more ApiResources, handling the generic, HTTP-aspects aspects of their client interactions
 class HttpExtension
          An ApplicationExtension that implements the HttpServlet interface
 

Uses of ApplicationExtension in org.gcube.smartgears.extensions.resource
 

Classes in org.gcube.smartgears.extensions.resource that implement ApplicationExtension
 class ConfigurationResource
          An ApiResource of RemoteResource at ConfigurationResource.mapping.
 class FrontPageResource
          An ApiResource of RemoteResource at FrontPageResource.mapping.
 class LifecycleResource
          An ApiResource of RemoteResource at LifecycleResource.mapping.
 class ProfileResource
          An ApiResource of RemoteResource at ProfileResource.mapping.
 class RemoteResource
          An HttpController for remote management of the application.
 class ScopesResource
          An ApiResource of RemoteResource at ScopesResource.mapping.
 



Copyright © 2013. All Rights Reserved.