net.ezcontent.web.admin.conf
Class ConfigurationElement
java.lang.Object
net.ezcontent.web.admin.conf.ConfigurationElement
- public class ConfigurationElement
- extends Object
Representa un elemento de configuracion, como los que van adentro de views.
Es generico; se crean por lo general a partir de un tag de xml. El nombre
del elemento xml se convierte en el nombre de este elemento; los atributos
se guardan en un Map y si hay contenido se guarda como texto. No se
pueden anidar elementos de configuracion.
- Author:
- Enrique Zamudio
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
private String name
atribs
private Map atribs
ConfigurationElement
public ConfigurationElement()