Interface that defines a ViewProcessor. This is what the
GenericMVCPortlet uses via the ViewProcessorFactory to
do the template processing portion of the MVC design pattern.
Version:
1.0
Author:
tkuebler
Method Summary
void
init(Portlet portlet)
Process the template passed in the context
(context.get("template")).
Process the template passed in the context
(context.get("template")). Invoked by the GenericMVCPortlet
after action handling to process the template type
in question.