org.apache.pluto.spi.optional
Interface PortletInvokerService

All Known Implementing Classes:
DefaultPortletInvokerService

public interface PortletInvokerService

Service used to invoke portlets.


Method Summary
 void action(javax.portlet.ActionRequest req, javax.portlet.ActionResponse res, InternalPortletWindow window)
           
 void admin(javax.portlet.PortletRequest req, javax.portlet.PortletResponse res, InternalPortletWindow window)
           
 void load(javax.portlet.PortletRequest req, javax.portlet.PortletResponse res, InternalPortletWindow window)
           
 void render(javax.portlet.RenderRequest req, javax.portlet.RenderResponse res, InternalPortletWindow window)
           
 

Method Detail

action

void action(javax.portlet.ActionRequest req,
            javax.portlet.ActionResponse res,
            InternalPortletWindow window)
            throws java.io.IOException,
                   javax.portlet.PortletException
Throws:
java.io.IOException
javax.portlet.PortletException

render

void render(javax.portlet.RenderRequest req,
            javax.portlet.RenderResponse res,
            InternalPortletWindow window)
            throws java.io.IOException,
                   javax.portlet.PortletException
Throws:
java.io.IOException
javax.portlet.PortletException

load

void load(javax.portlet.PortletRequest req,
          javax.portlet.PortletResponse res,
          InternalPortletWindow window)
          throws java.io.IOException,
                 javax.portlet.PortletException
Throws:
java.io.IOException
javax.portlet.PortletException

admin

void admin(javax.portlet.PortletRequest req,
           javax.portlet.PortletResponse res,
           InternalPortletWindow window)
           throws java.io.IOException,
                  javax.portlet.PortletException
Throws:
java.io.IOException
javax.portlet.PortletException


Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.