Class BaseMBHomeDisplayContext

java.lang.Object
com.liferay.portal.kernel.display.context.BaseDisplayContext<T>
com.liferay.message.boards.display.context.BaseMBDisplayContext<MBHomeDisplayContext>
com.liferay.message.boards.display.context.BaseMBHomeDisplayContext
All Implemented Interfaces:
MBDisplayContext, MBHomeDisplayContext, com.liferay.portal.kernel.display.context.DisplayContext

public class BaseMBHomeDisplayContext extends BaseMBDisplayContext<MBHomeDisplayContext> implements MBHomeDisplayContext
  • Field Summary

    Fields inherited from class com.liferay.portal.kernel.display.context.BaseDisplayContext

    parentDisplayContext, request, response
  • Constructor Summary

    Constructors
    Constructor
    Description
    BaseMBHomeDisplayContext(UUID uuid, MBHomeDisplayContext parentDisplayContext, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class com.liferay.portal.kernel.display.context.BaseDisplayContext

    getUuid

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.liferay.portal.kernel.display.context.DisplayContext

    getUuid
  • Constructor Details

    • BaseMBHomeDisplayContext

      public BaseMBHomeDisplayContext(UUID uuid, MBHomeDisplayContext parentDisplayContext, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)
  • Method Details