|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
com.essbase.eas.framework.server.application.DefaultApplicationPart
com.essbase.eas.framework.server.application.DefaultViewHandler
public class DefaultViewHandler
| Field Summary |
|---|
| Fields inherited from class com.essbase.eas.framework.server.application.DefaultApplicationPart |
|---|
CHAIN_SEPARATOR, manager, parts, serviceContext, serviceManager, state, STATE_BEFORE_WORKERS_ASSIGNED, STATE_CONSTRUCTED, STATE_DESTROYED, STATE_INITIALIZED, STATE_MANAGED, STATE_NULL, STATE_WORKERS_ASSIGNED, STATE_WORKERS_INITIALIZED, storeService |
| Constructor Summary | |
|---|---|
DefaultViewHandler() |
|
| Method Summary | |
|---|---|
void |
assignWorkers(ServiceContext context)Implementation of the ApplicationPart.assignWorkers() method. |
java.lang.String |
chooseView(ServiceContext context)Implementation of the ViewHandler.chooseView()/code> method. |
java.lang.Class[] |
getRoles()Implementation of the ApplicationPart.getRoles() method. |
java.lang.Object |
init(ServiceContext context)Initializes and stores mandatory and optimizing references. |
| Methods inherited from class com.essbase.eas.framework.server.application.DefaultApplicationPart |
|---|
destroy, getManager, getManagerChain, getServiceContext, getServiceManager, getStoreService, initWorkers, requestPart, requestPartPool, setManager |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.essbase.eas.framework.server.defs.ApplicationPart |
|---|
destroy, getManager, getServiceContext, getServiceManager, getStoreService, initWorkers, setManager |
| Constructor Detail |
|---|
public DefaultViewHandler()
| Method Detail |
|---|
public java.lang.Object init(ServiceContext context)
throws ApplicationException
DefaultApplicationPartinit in interface ApplicationPartinit in class DefaultApplicationPartcontext - - the ServiceContext object for this contextApplicationExceptionpublic java.lang.Class[] getRoles()
ApplicationPart.getRoles() method. Returns an array containing the class object for the ViewHandler interface.getRoles in interface ApplicationPartViewHandler class object.
public void assignWorkers(ServiceContext context)
throws ApplicationException
ApplicationPart.assignWorkers() method. This method does nothing.assignWorkers in interface ApplicationPartcontext - the service context for this DefaultViewHandler object.ApplicationException
public java.lang.String chooseView(ServiceContext context)
throws ApplicationException
ViewHandler.chooseView()/code> method.Specified by:chooseView in interface ViewHandlercontext - service context for this DefaultViewHandler objectApplicationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||