org.apache.myfaces.config.element
Interface ListEntry

All Known Implementing Classes:
ListEntries.Entry

public interface ListEntry

Version:
$Revision: 1.2 $ $Date: 2004/10/13 11:50:59 $ $Log: ListEntry.java,v $ Revision 1.2 2004/10/13 11:50:59 matze renamed packages to org.apache Revision 1.1 2004/07/07 00:25:04 o_rossmueller tidy up config/confignew package (moved confignew classes to package config) Revision 1.2 2004/07/01 22:05:04 mwessendorf ASF switch Revision 1.1 2004/05/17 14:28:26 manolito new configuration concept
Author:
Manfred Geiler (latest modification by $Author: matze $)

Method Summary
 java.lang.String getValue()
           
 boolean isNullValue()
           
 

Method Detail

isNullValue

public boolean isNullValue()

getValue

public java.lang.String getValue()