org.scrashmeow.ojb.console.framework
Interface ApplicationServiceAware

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
Widget
All Known Implementing Classes:
BaseWidget, OjbcAction, OjbcActionForm, OjbcDispatchAction, OjbcDynaActionForm, OjbcDynaValidatorForm, OjbcLogicFactory, OjbcLookupDispatchAction, OjbcTilesAction, OjbcValidatorForm, OjbcViewControlFactory, RepositoryKeyAclFactory, UserServiceImpl, ValidateRepositoryErrorAction

public interface ApplicationServiceAware
extends java.io.Serializable

Defines the interface for an object has access to the service layer.

Author:
Alexander Bibighaus

Method Summary
 ApplicationService getApplicationService()
          Returns the application service which provides access to all the available application level services.
 

Method Detail

getApplicationService

public ApplicationService getApplicationService()
Returns the application service which provides access to all the available application level services.

Returns:
the ApplicationService


Copyright © 2003 Alexander Bibighaus et al. All Rights Reserved.