net.ezcontent.web.admin.conf
Class ConfigurationElement

java.lang.Object
  extended bynet.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

Field Summary
private  Map atribs
           
private  String name
           
 
Constructor Summary
ConfigurationElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

private String name

atribs

private Map atribs
Constructor Detail

ConfigurationElement

public ConfigurationElement()