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:
BaseApplicationService, BaseApplicationWidget, RelocatableDecorator, TabWidget

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 inherited from class org.araneaframework.core.ApplicationComponent
ApplicationComponent.ComponentViewModel
 
Nested classes inherited from class org.araneaframework.Component
Component.Interface
 
Nested classes inherited from class org.araneaframework.Composite
Composite.CompositeComponent, Composite.CompositeService, Composite.CompositeWidget, Composite.Interface
 
Nested classes inherited from class org.araneaframework.Viewable
Viewable.Interface, Viewable.ViewableComponent, Viewable.ViewableService, Viewable.ViewableWidget
 
Nested classes inherited from class 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.
 
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.Composite
_getComposite
 
Methods inherited from interface org.araneaframework.Viewable
_getViewable
 
Methods inherited from interface org.araneaframework.Service
_getService
 

Field Detail

ACTION_HANDLER_ID_KEY

public 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

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

ACTION_PATH_KEY

public 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