Package com.portal.bas
Interface PControllerBaseBean
- All Superinterfaces:
Remote
- All Known Implementing Classes:
PControllerBaseImpl
ControllerBaseBean interface definition. The controller bean
is the base class for all controllers.
- Version:
- %version: 2 % %date_modified: Tue Dec 04 15:05:41 2001 %
- Author:
- sujata
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Sets the client service instance for this component for an application which uses multiple services (WebKit)
-
Method Details
-
setCustomServices
Sets the client service instance for this component for an application which uses multiple services (WebKit)- Parameters:
service
- the client services instance
-