org.alfresco.repo.web.scripts.portlet
Class WebScriptRepoPortlet

java.lang.Object
  extended by org.springframework.extensions.webscripts.portlet.WebScriptPortlet
      extended by org.alfresco.repo.web.scripts.portlet.WebScriptRepoPortlet
All Implemented Interfaces:
javax.portlet.Portlet

public class WebScriptRepoPortlet
extends org.springframework.extensions.webscripts.portlet.WebScriptPortlet

Repository (server-tier) implementation of Web Script Portlet Informs Web Client Application of Portlet request.


Field Summary
 
Fields inherited from class org.springframework.extensions.webscripts.portlet.WebScriptPortlet
authenticatorFactory, container, initScriptUrl
 
Constructor Summary
WebScriptRepoPortlet()
           
 
Method Summary
 void processAction(javax.portlet.ActionRequest req, javax.portlet.ActionResponse res)
           
 void render(javax.portlet.RenderRequest req, javax.portlet.RenderResponse res)
           
 
Methods inherited from class org.springframework.extensions.webscripts.portlet.WebScriptPortlet
destroy, doView, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebScriptRepoPortlet

public WebScriptRepoPortlet()
Method Detail

processAction

public void processAction(javax.portlet.ActionRequest req,
                          javax.portlet.ActionResponse res)
                   throws javax.portlet.PortletException,
                          javax.portlet.PortletSecurityException,
                          java.io.IOException
Specified by:
processAction in interface javax.portlet.Portlet
Overrides:
processAction in class org.springframework.extensions.webscripts.portlet.WebScriptPortlet
Throws:
javax.portlet.PortletException
javax.portlet.PortletSecurityException
java.io.IOException

render

public void render(javax.portlet.RenderRequest req,
                   javax.portlet.RenderResponse res)
            throws javax.portlet.PortletException,
                   javax.portlet.PortletSecurityException,
                   java.io.IOException
Specified by:
render in interface javax.portlet.Portlet
Overrides:
render in class org.springframework.extensions.webscripts.portlet.WebScriptPortlet
Throws:
javax.portlet.PortletException
javax.portlet.PortletSecurityException
java.io.IOException


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.