com.endeca.infront.cartridge.model
Class UrlAction
java.lang.Object
   com.endeca.infront.cartridge.model.Action
com.endeca.infront.cartridge.model.Action
       com.endeca.infront.cartridge.model.UrlAction
com.endeca.infront.cartridge.model.UrlAction
- public class UrlAction 
- extends Action
An Action which involves following some arbitrary URL.
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
UrlAction
public UrlAction()
- Default constructor. Necessary for bean instantiation by the
 deserializer.
 
UrlAction
public UrlAction(String url)
- Constructor.
 
- Parameters:
- url- the URL for this- Action
 
getUrl
public String getUrl()
- 
- Returns:
- The URL corresponding to this action.
 
setUrl
public void setUrl(String url)
- Sets the url for this Action.
 
- 
- Parameters:
- url- the URL
 
Copyright © 2012, Oracle and/or its affiliates. All rights reserved.