java.lang.Object
org.milligan.eccles.Tag
org.milligan.eccles.tags.web.OpenUrlTag
- public class OpenUrlTag
- extends org.milligan.eccles.Tag
Opens a Url on a web conversation
| Methods inherited from class org.milligan.eccles.Tag |
addChildTag, doAfterChildren, doEndTag, doFinishChildren, doInitChildren, getChildren, getId, getName, getParent, getPropertiesString, getTagPropertiesForDisplay, hasChildren, isEmpty, isReportingTag, populateElement, populateElementPropertiesFromTag, setChildren, setId, setName, validate, validateHasNoChildren, validateNotEmptyProperties, validateNotEmptyProperties, validateNotEmptyProperties, validateNotEmptyProperty, validateProperties, validateProperties, validateProperties, validateProperty |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RESPONSE_PROPERTY
public static final java.lang.String RESPONSE_PROPERTY
- See Also:
- Constant Field Values
url
private java.lang.String url
conversation
private java.lang.String conversation
property
private java.lang.String property
OpenUrlTag
public OpenUrlTag()
getTagName
public java.lang.String getTagName()
- Description copied from class:
org.milligan.eccles.Tag
- Name of the tag as it appears in the config file. Used for exception & status reporting
setUrl
public void setUrl(java.lang.String url)
getUrl
public java.lang.String getUrl()
setConversation
public void setConversation(java.lang.String conversation)
getConversation
public java.lang.String getConversation()
setProperty
public void setProperty(java.lang.String property)
getProperty
public java.lang.String getProperty()
doStartTag
public org.milligan.eccles.EcclesReturnValue doStartTag(org.milligan.eccles.RunState state)
throws org.milligan.eccles.EcclesException
- Description copied from class:
org.milligan.eccles.Tag
- Called at the start of tag processing. Return either PROCESS_CHILDREN (to process the children) or SKIP_CHILDREN