public class UrlAction extends Action
Constructor and Description |
---|
UrlAction()
Default constructor.
|
UrlAction(String url)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getUrl() |
int |
hashCode() |
void |
setUrl(String url)
Sets the url for this
Action . |
getContentPath, getLabel, getSiteRootPath, getSiteState, setContentPath, setLabel, setSiteRootPath, setSiteState
public UrlAction()
public UrlAction(String url)
url
- the URL for this Action
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.