- java.lang.Object
-
- org.springframework.extensions.webscripts.portlet.WebScriptPortlet
-
- 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
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
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
-
-
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.