Class DefaultRequestHandler

java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.web.WebRequestHandler
org.exoplatform.portal.application.DefaultRequestHandler
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin

public class DefaultRequestHandler extends org.exoplatform.web.WebRequestHandler
Author:
Julien Viet
  • Field Summary

    Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin

    desc, name
  • Constructor Summary

    Constructors
    Constructor
    Description
    DefaultRequestHandler(org.exoplatform.portal.config.UserPortalConfigService configService)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    execute(org.exoplatform.web.ControllerContext context)
     
     
    protected boolean
     

    Methods inherited from class org.exoplatform.web.WebRequestHandler

    onDestroy, onInit

    Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin

    getDescription, getName, setDescription, setName

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DefaultRequestHandler

      public DefaultRequestHandler(org.exoplatform.portal.config.UserPortalConfigService configService)
  • Method Details

    • getHandlerName

      public String getHandlerName()
      Specified by:
      getHandlerName in class org.exoplatform.web.WebRequestHandler
    • execute

      public boolean execute(org.exoplatform.web.ControllerContext context) throws Exception
      Specified by:
      execute in class org.exoplatform.web.WebRequestHandler
      Throws:
      Exception
    • getRequiresLifeCycle

      protected boolean getRequiresLifeCycle()
      Specified by:
      getRequiresLifeCycle in class org.exoplatform.web.WebRequestHandler