public interface PortletContextAware extends Aware
PortletConfigAware
Modifier and Type | Method and Description |
---|---|
void |
setPortletContext(PortletContext portletContext)
Set the PortletContext that this object runs in.
|
void setPortletContext(PortletContext portletContext)
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.
portletContext
- PortletContext object to be used by this object