org.apache.pluto.spi.optional
Interface PortletInvokerService

All Known Implementing Classes:
DefaultPortletInvokerService

public interface PortletInvokerService

Service used to invoke portlets.


Method Summary
 void action(ActionRequest req, ActionResponse res, InternalPortletWindow window)
           
 void admin(PortletRequest req, PortletResponse res, InternalPortletWindow window)
           
 void event(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, InternalPortletWindow window)
           
 void load(PortletRequest req, PortletResponse res, InternalPortletWindow window)
           
 void render(RenderRequest req, RenderResponse res, InternalPortletWindow window)
           
 void serveResource(ResourceRequest req, ResourceResponse res, InternalPortletWindow window)
           
 

Method Detail

action

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

event

void event(javax.servlet.http.HttpServletRequest request,
           javax.servlet.http.HttpServletResponse response,
           InternalPortletWindow window)
           throws java.io.IOException,
                  PortletException
Throws:
java.io.IOException
PortletException

render

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

serveResource

void serveResource(ResourceRequest req,
                   ResourceResponse res,
                   InternalPortletWindow window)
                   throws java.io.IOException,
                          PortletException
Throws:
java.io.IOException
PortletException

load

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

admin

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


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