mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
Changed description for the portletUrlType attribute of the url component.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@565086 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -293,7 +293,7 @@ public class URL extends ContextBean {
|
||||
this.windowState = windowState;
|
||||
}
|
||||
|
||||
@StrutsTagAttribute(description="Specifies if this should be a portlet render or action URL")
|
||||
@StrutsTagAttribute(description="Specifies if this should be a portlet render or action URL. Default is \"render\". To create an action URL, use \"action\".")
|
||||
public void setPortletUrlType(String portletUrlType) {
|
||||
this.portletUrlType = portletUrlType;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user