接口 PortletConfigAware

    • 方法详细资料

      • setPortletConfig

        void setPortletConfig​(PortletConfig portletConfig)
        Set the PortletConfigthat this object runs in.

        Invoked after population of normal bean properties but before an init callback like InitializingBean's afterPropertiesSet or a custom init-method. Invoked after ApplicationContextAware's setApplicationContext.

        参数:
        portletConfig - PortletConfig object to be used by this object