Uses of Class
org.apache.jetspeed.portal.portlets.GenericMVCContext

Packages that use GenericMVCContext
org.apache.jetspeed.portal.portlets.viewprocessor   
 

Uses of GenericMVCContext in org.apache.jetspeed.portal.portlets.viewprocessor
 

Methods in org.apache.jetspeed.portal.portlets.viewprocessor with parameters of type GenericMVCContext
 java.lang.Object XSLViewProcessor.processView(GenericMVCContext context)
          This methods outputs the content of the portlet for a given request.
 java.lang.Object ViewProcessor.processView(GenericMVCContext context)
           
 java.lang.Object VelocityViewProcessor.processView(GenericMVCContext context)
          Process the template passed in the context (context.get("template")).
 java.lang.Object JSPViewProcessor.processView(GenericMVCContext context)
           
 java.lang.Object BufferedVelocityViewProcessor.processView(GenericMVCContext context)
          Process the template passed in the context (context.get("template")).
 java.lang.Object BufferedJSPViewProcessor.processView(GenericMVCContext context)
           
 



Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.