Uses of Class
net.ezcontent.backend.conf.Section

Packages that use Section
net.ezcontent.backend Este paquete contiene clases que se utilizan en el backend, pero que probablemente deban poder ser referenciadas desde alguna libreria externa que sea plugin al backend. 
net.ezcontent.web.admin Aqui se definen los componentes y paginas para el backend de ezContent, el cual es extensible y configurable. 
net.ezcontent.web.admin.conf Este paquete contiene las clases para manejar la configuracion de los distintos componentes del backend de ezContent. 
 

Uses of Section in net.ezcontent.backend
 

Fields in net.ezcontent.backend declared as Section
private  Section Visit.currentSection
           
 

Methods in net.ezcontent.backend that return Section
 Section Visit.getCurrentSection()
           
 

Methods in net.ezcontent.backend with parameters of type Section
 void Visit.setCurrentSection(Section value)
          Fija la seccion donde esta actualmente el usuario.
 

Uses of Section in net.ezcontent.web.admin
 

Methods in net.ezcontent.web.admin that return Section
abstract  Section Marco.getSection()
          Esta propiedad la usa un Foreach para ir guardando cada seccion.
 

Uses of Section in net.ezcontent.web.admin.conf
 

Fields in net.ezcontent.web.admin.conf declared as Section
private  Section XmlConfHandler.seccion