Details
-
Bug
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
1.5-dev / CVS
-
None
-
Operating System: All
Platform: All
-
27538
Description
in class org.apache.jetspeed.util.template.JetspeedLink:
....
....
/**
- Return a link that includes an action to a specific portlet, as defined
- by an entry
* - @param action Desired action
- @param entry to receive the action
- @return DynamicURI that includes the desire action
* - @depreceted use getAction()
*/
public DynamicURI setAction(String action, Entry entry);
/**
- Return a link that includes an action to a specific portlet, as defined
- by a portlet
* - @param action Desired action
- @param portlet to receive the action
- @return DynamicURI that includes the desire action
* - @depreceted use getAction()
*/
public DynamicURI setAction(String action, Portlet portlet);
/**
- Return a link that includes an action to a specific portlet, as defined
- by a portlets
* - @param action Desired action
- @param portlet to receive the action
- @return DynamicURI that includes the desire action
* - @depreceted use getAction()
*/
public DynamicURI setAction(String action, Portlets portlet);
....
....
The @deprecated tags are spelled incorrectly, so they don't get picked up by
JavaDoc.