org.apache.commons.latka.jelly.validators
Class XPathTag

java.lang.Object
  extended by org.apache.commons.jelly.TagSupport
      extended by org.apache.commons.latka.jelly.validators.HttpValidatorTagSupport
          extended by org.apache.commons.latka.jelly.validators.XPathTag
All Implemented Interfaces:
org.apache.commons.jelly.Tag

public class XPathTag
extends HttpValidatorTagSupport

Validator tag class

Version:
$Id: XPathTag.java 155424 2005-02-26 13:09:29Z dirkv $
Author:
Morgan Delagrange

Field Summary
protected  boolean _condition
           
protected static org.apache.log4j.Category _log
           
protected  String _select
           
protected  String _value
           
 
Fields inherited from class org.apache.commons.latka.jelly.validators.HttpValidatorTagSupport
_label, _listener, _response
 
Fields inherited from class org.apache.commons.jelly.TagSupport
body, context, hasTrimmed, parent, shouldTrim
 
Constructor Summary
XPathTag()
           
 
Method Summary
 Validator getValidator()
          return the validator
 void setCond(boolean condition)
           
 void setSelect(String select)
           
 void setValue(String value)
           
 
Methods inherited from class org.apache.commons.latka.jelly.validators.HttpValidatorTagSupport
doTag, getResponse, init, setLabel, validate
 
Methods inherited from class org.apache.commons.jelly.TagSupport
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBody
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_select

protected String _select

_value

protected String _value

_condition

protected boolean _condition

_log

protected static final org.apache.log4j.Category _log
Constructor Detail

XPathTag

public XPathTag()
Method Detail

getValidator

public Validator getValidator()
return the validator

Specified by:
getValidator in class HttpValidatorTagSupport
Returns:
validator

setSelect

public void setSelect(String select)

setValue

public void setValue(String value)

setCond

public void setCond(boolean condition)


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.