Uses of Class
org.deegree_impl.clients.context.General

Packages that use General
org.deegree_impl.clients.context   
 

Uses of General in org.deegree_impl.clients.context
 

Fields in org.deegree_impl.clients.context declared as General
private  General AbstractContext.general
           
 

Methods in org.deegree_impl.clients.context that return General
private static General WebMapContextFactory.createGeneral(org.w3c.dom.Element element)
          creates an instance of a class encapsulating the general context informations
 General AbstractContext.getGeneral()
          returns the general information of a context
 

Methods in org.deegree_impl.clients.context with parameters of type General
 void AbstractContext.setGeneral(General general)
          sets the general information of a context
 

Constructors in org.deegree_impl.clients.context with parameters of type General
ViewContext(General general, LayerList layerList)
          Creates a new WebMapContext object.
AbstractContext(General general)
          Creates a new AbstractContext object.