|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.mx.util.JBossNotificationBroadcasterSupport
org.jboss.system.ServiceMBeanSupport
org.jboss.portal.jems.as.system.AbstractJBossService
org.jboss.portal.core.controller.Controller
public class Controller
Field Summary | |
---|---|
protected CommandFactory |
commandFactory
. |
protected ContentRendererRegistry |
contentRendererRegistry
. |
protected CustomizationManager |
customizationManager
. |
protected InstanceContainer |
instanceContainer
. |
protected PageControlPolicy |
pageControlPolicy
. |
protected PageService |
pageService
. |
protected PortalAuthorizationManagerFactory |
portalAuthorizationManagerFactory
. |
protected PortalObjectContainer |
portalObjectContainer
. |
protected ResponseHandler |
responseHandler
. |
protected InterceptorStackFactory |
stackFactory
. |
protected URLFactory |
urlFactory
. |
Fields inherited from class org.jboss.system.ServiceMBeanSupport |
---|
log, server, SERVICE_CONTROLLER_SIG, serviceName |
Fields inherited from interface org.jboss.system.ServiceMBean |
---|
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED |
Constructor Summary | |
---|---|
Controller()
|
Methods inherited from class org.jboss.portal.jems.as.system.AbstractJBossService |
---|
create, destroy, getState, getStateString, start, stop |
Methods inherited from class org.jboss.system.ServiceMBeanSupport |
---|
createService, destroyService, getDeploymentInfo, getLog, getName, getNextNotificationSequenceNumber, getObjectName, getServer, getServiceName, jbossInternalCreate, jbossInternalDescription, jbossInternalDestroy, jbossInternalLifecycle, jbossInternalStart, jbossInternalStop, postDeregister, postRegister, preDeregister, preRegister, startService, stopService |
Methods inherited from class org.jboss.mx.util.JBossNotificationBroadcasterSupport |
---|
addNotificationListener, getNotificationInfo, handleNotification, nextNotificationSequenceNumber, removeNotificationListener, removeNotificationListener, sendNotification |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected PageService pageService
protected CommandFactory commandFactory
protected URLFactory urlFactory
protected InterceptorStackFactory stackFactory
protected PortalObjectContainer portalObjectContainer
protected InstanceContainer instanceContainer
protected PortalAuthorizationManagerFactory portalAuthorizationManagerFactory
protected CustomizationManager customizationManager
protected ContentRendererRegistry contentRendererRegistry
protected ResponseHandler responseHandler
protected PageControlPolicy pageControlPolicy
Constructor Detail |
---|
public Controller()
Method Detail |
---|
public ContentRendererRegistry getContentRendererRegistry()
public void setContentRendererRegistry(ContentRendererRegistry contentRendererRegistry)
public CustomizationManager getCustomizationManager()
public void setCustomizationManager(CustomizationManager customizationManager)
public PortalAuthorizationManagerFactory getPortalAuthorizationManagerFactory()
public void setPortalAuthorizationManagerFactory(PortalAuthorizationManagerFactory portalAuthorizationManagerFactory)
public InstanceContainer getInstanceContainer()
public void setInstanceContainer(InstanceContainer instanceContainer)
public PortalObjectContainer getPortalObjectContainer()
public void setPortalObjectContainer(PortalObjectContainer portalObjectContainer)
public URLFactory getURLFactory()
public void setURLFactory(URLFactory urlFactory)
public CommandFactory getCommandFactory()
public void setCommandFactory(CommandFactory commandFactory)
public PageService getPageService()
public void setPageService(PageService pageService)
public InterceptorStackFactory getStackFactory()
public void setStackFactory(InterceptorStackFactory stackFactory)
public ResponseHandler getResponseHandler()
public void setResponseHandler(ResponseHandler responseHandler)
public PageControlPolicy getPageControlPolicy()
public void setPageControlPolicy(PageControlPolicy pageControlPolicy)
public final void handle(ServerInvocation invocation) throws ServerException
RequestController
handle
in interface RequestController
invocation
- the server invocation
ServerException
protected void processCommand(ControllerContext controllerContext, ControllerCommand command) throws ServerException
controllerContext
- the controller contextcommand
- the command
ServerException
protected void processCommandResponse(ControllerContext controllerContext, ControllerCommand command, ControllerResponse response) throws ServerException
ServerException
protected void processHandlerResponse(ControllerContext controllerContext, ControllerCommand command, HandlerResponse handlerResponse) throws ServerException
ServerException
protected void sendResponse(ControllerContext ctx, HTTPResponse resp)
protected void sendResponse(ControllerContext ctx, AjaxResponse resp)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |