Uses of Interface
org.gcube.smartgears.extensions.ApplicationExtension
-
Packages that use ApplicationExtension Package Description 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 Modifier and Type Method Description List<ApplicationExtension>ApplicationExtensions. extensions()Returns the extensions for the application.Methods in org.gcube.smartgears.configuration.application with parameters of type ApplicationExtension Modifier and Type Method Description ApplicationExtensionsApplicationExtensions. 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 Modifier and Type Class Description classApiResourceA resource-specifc API handled by anHttpController.classHttpControllerAnHttpExtensionthat dispatches to one or moreApiResources, handling the generic, HTTP-aspects aspects of their client interactionsclassHttpExtensionAnApplicationExtensionthat implements theHttpServletinterface -
Uses of ApplicationExtension in org.gcube.smartgears.extensions.resource
Classes in org.gcube.smartgears.extensions.resource that implement ApplicationExtension Modifier and Type Class Description classConfigurationResourceclassFrontPageResourceclassLifecycleResourceclassProfileResourceclassRemoteResourceAnHttpControllerfor remote management of the application.
-