| java.lang.Object org.araneaframework.core.BaseComponent org.araneaframework.core.BaseService
All known Subclasses: org.araneaframework.core.BaseWidget, example.HelloService, org.araneaframework.mock.core.MockEventfulBaseService, example.NameService, org.araneaframework.example.main.web.popups.ParentActionInvokingService, org.araneaframework.http.service.SimpleCriticalErrorHandlerService, org.araneaframework.http.service.WindowClosingService, org.araneaframework.core.RelocatableDecorator, org.araneaframework.http.router.StandardHttpSessionRouterService, org.araneaframework.core.BaseApplicationService, org.araneaframework.framework.core.BaseFilterService, example.HelloWorldService, org.araneaframework.example.common.framework.error.TemplateCriticalErrorHandler, org.araneaframework.framework.router.BaseServiceRouterService, org.araneaframework.example.main.web.popups.ApplyReturnValueService,
BaseService | abstract public class BaseService extends BaseComponent implements Service(Code) | | Non-composite service component providing the extra action(Path, InputData, OutputData)
to BaseComponent.
author: "Toomas Römer" |
action | protected void action(Path path, InputData input, OutputData output) throws Exception(Code) | | Services provide their services through the action method. An implementation of a non-composite
service like BaseService uses the action method to hook in the middle of the action routing and
provide filtering, logging etc.
|
|
|