org.araneaframework.core
Interface ApplicationService

All Superinterfaces:
ApplicationComponent, Component, Composite, Composite.CompositeComponent, Composite.CompositeService, Serializable, Service, Viewable, Viewable.ViewableComponent, Viewable.ViewableService
All Known Subinterfaces:
ApplicationWidget, TabContext
All Known Implementing Classes:
AutoCompleteTextControl, BaseApplicationService, BaseApplicationWidget, BaseControl, BaseFormListWidget, BaseMenuWidget, BaseUIWidget, BeanFormListWidget, BeanFormWidget, BeanListWidget, ButtonControl, CheckboxControl, ContextMenuWidget, DateControl, DateTimeControl, DisplayControl, DownloaderWidget, EditableBeanListWidget, EditableListWidget, EmptyStringNullableControl, ExceptionHandlingFlowContainerWidget, FileDownloaderService, FileDownloaderWidget, FileUploadControl, FloatControl, FormElement, FormListWidget, FormWidget, GenericFormElement, HiddenControl, ListWidget, MultiSelectControl, NumberControl, OverlayRootWidget, OverlayRootWidget.OverlayFlowContainer, PopupFlowWidget, PopupFlowWrapperWidget, RelocatableDecorator, RootFlowContainerWidget, SelectControl, StandardClassReloadingFilterWidget, StandardFlowContainerWidget, StandardOverlayContainerWidget, StringArrayRequestControl, StringRequestControl, StringValueControl, TabContainerWidget, TabWidget, TextareaControl, TextControl, TimeControl, TimestampControl, TreeNodeWidget, TreeWidget

public interface ApplicationService
extends ApplicationComponent, Service, Composite.CompositeService, Viewable.ViewableService

A Service Component.


Nested Class Summary
static interface ApplicationService.ServiceViewModel
          A view model for a Service.
 
Nested classes/interfaces inherited from interface org.araneaframework.core.ApplicationComponent
ApplicationComponent.ComponentViewModel
 
Nested classes/interfaces inherited from interface org.araneaframework.Service
Service.Interface
 
Nested classes/interfaces inherited from interface org.araneaframework.Service
Service.Interface
 
Nested classes/interfaces inherited from interface org.araneaframework.Service
Service.Interface
 
Field Summary
static String ACTION_HANDLER_ID_KEY
          The attribute of the action id.
static String ACTION_PARAMETER_KEY
           
static String ACTION_PATH_KEY
          The key of the path of the action in the request.
 
Method Summary
 
Methods inherited from interface org.araneaframework.core.ApplicationComponent
getChildEnvironment
 
Methods inherited from interface org.araneaframework.Component
_getComponent, getEnvironment, getScope, isAlive
 
Methods inherited from interface org.araneaframework.Service
_getService
 
Methods inherited from interface org.araneaframework.Component
_getComponent, getEnvironment, getScope, isAlive
 
Methods inherited from interface org.araneaframework.Component
_getComponent, getEnvironment, getScope, isAlive
 
Methods inherited from interface org.araneaframework.Service
_getService
 
Methods inherited from interface org.araneaframework.Component
_getComponent, getEnvironment, getScope, isAlive
 
Methods inherited from interface org.araneaframework.Component
_getComponent, getEnvironment, getScope, isAlive
 
Methods inherited from interface org.araneaframework.Service
_getService
 
Methods inherited from interface org.araneaframework.Component
_getComponent, getEnvironment, getScope, isAlive
 

Field Detail

ACTION_HANDLER_ID_KEY

static final String ACTION_HANDLER_ID_KEY
The attribute of the action id.

Since:
1.0.4
See Also:
Constant Field Values

ACTION_PARAMETER_KEY

static final String ACTION_PARAMETER_KEY
Since:
1.0.4
See Also:
Constant Field Values

ACTION_PATH_KEY

static final String ACTION_PATH_KEY
The key of the path of the action in the request.

Since:
1.1
See Also:
Constant Field Values