weaver 2003/03/24 06:02:21
Modified: src/java/org/apache/jetspeed/modules/actions/portlets
GenericMVCAction.java
Log:
The getPortlet() method was moved up into the PortletAction class.
Revision Changes Path
1.2 +0 -11
jakarta-jetspeed/src/java/org/apache/jetspeed/modules/actions/portlets/GenericMVCAction.java
Index: GenericMVCAction.java
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed/src/java/org/apache/jetspeed/modules/actions/portlets/GenericMVCAction.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- GenericMVCAction.java 20 Mar 2003 18:09:39 -0000 1.1
+++ GenericMVCAction.java 24 Mar 2003 14:02:21 -0000 1.2
@@ -234,17 +234,6 @@
}
/**
- * Convenience method for retreiving this action's Portlet
- * @param Context context Current context object.
- * @return Portlet the Portlet for this action
- * @author <a href="mailto:[EMAIL PROTECTED]">Scott Weaver</a>
- */
- public Portlet getPortlet(Context context)
- {
- return (Portlet) context.get("portlet");
- }
-
- /**
* Convenience method for retreiving this action's PortletInstance
* @param Context context Current context object.
* @return Portlet the Portlet for this action
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]