net.sourceforge.ajaxtags.xml
Class AjaxXmlBuilder.AbstractPropertyProvider<T>

java.lang.Object
  extended by net.sourceforge.ajaxtags.xml.AjaxXmlBuilder.AbstractPropertyProvider<T>
Type Parameters:
T - class of items
All Implemented Interfaces:
AjaxXmlBuilder.PropertyProvider<T>
Enclosing class:
AjaxXmlBuilder

public abstract static class AjaxXmlBuilder.AbstractPropertyProvider<T>
extends Object
implements AjaxXmlBuilder.PropertyProvider<T>

Template for text property provider (all items should be added as text, not as CData).


Constructor Summary
AjaxXmlBuilder.AbstractPropertyProvider()
           
 
Method Summary
 boolean isCData(T item)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sourceforge.ajaxtags.xml.AjaxXmlBuilder.PropertyProvider
getName, getValue
 

Constructor Detail

AjaxXmlBuilder.AbstractPropertyProvider

public AjaxXmlBuilder.AbstractPropertyProvider()
Method Detail

isCData

public boolean isCData(T item)
Specified by:
isCData in interface AjaxXmlBuilder.PropertyProvider<T>
Parameters:
item - item
Returns:
always false


Copyright © 2005-2010 The Ajaxtags Team. All Rights Reserved.