public interface PortletConfigAware extends Aware
PortletContextAware
Modifier and Type | Method and Description |
---|---|
void |
setPortletConfig(PortletConfig portletConfig)
Set the PortletConfigthat this object runs in.
|
void setPortletConfig(PortletConfig portletConfig)
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