
| Key: |
JS1-446
|
| Type: |
Bug
|
| Status: |
Resolved
|
| Resolution: |
Fixed
|
| Priority: |
Trivial
|
| Assignee: |
Unassigned
|
| Reporter: |
Stijn de Witt
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
Operating System: All
Platform: All
Operating System: All
Platform: All
|
|
|
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.
|
|
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. |
Show » |
| No work has yet been logged on this issue.
|
|