com.endeca.infront.cartridge.model
Class UrlAction

java.lang.Object
  extended by com.endeca.infront.cartridge.model.Action
      extended by com.endeca.infront.cartridge.model.UrlAction

public class UrlAction
extends Action

An Action which involves following some arbitrary URL.


Constructor Summary
UrlAction()
          Default constructor.
UrlAction(String url)
          Constructor.
 
Method Summary
 String getUrl()
           
 void setUrl(String url)
          Sets the url for this Action.
 
Methods inherited from class com.endeca.infront.cartridge.model.Action
getContentPath, getLabel, getSiteRootPath, setContentPath, setLabel, setSiteRootPath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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
Method Detail

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.