Simple extension of javax.portlet.GenericPortlet that treats
its config parameters as bean properties.
A very handy superclass for any type of portlet. Type conversion is automatic.
It is also possible for subclasses to specify required properties.
This portlet leaves request handling to subclasses, inheriting the default
behaviour of GenericPortlet (doDispatch , processAction , etc).
This portlet superclass has no dependency on a Spring application context,
in contrast to the FrameworkPortlet class which loads its own context.
author: William G. Thompson, Jr. author: John A. Lewis author: Juergen Hoeller since: 2.0 See Also: GenericPortletBean.addRequiredProperty See Also: GenericPortletBean.initPortletBean See Also: GenericPortletBean.doDispatch See Also: GenericPortletBean.processAction See Also: FrameworkPortlet |