|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Parameter in org.deegree_impl.clients.context |
Methods in org.deegree_impl.clients.context that return Parameter | |
private static Parameter |
WebMapContextFactory.createParameter(org.w3c.dom.Element element)
creates an instance of a class encapsulating a parameter that shall be passed to a module |
Methods in org.deegree_impl.clients.context with parameters of type Parameter | |
void |
Module_Impl.addParameter(Parameter parameter)
adds a parameter to the list of parameters that will be passed to a class/object etc. that represents a module |
Uses of Parameter in org.deegree_impl.services |
Classes in org.deegree_impl.services that implement Parameter | |
class |
RangeParam
A parsed request parameter concerning range values |
class |
RangeParamElevation
|
class |
RangeParamTime
|
Methods in org.deegree_impl.services that return Parameter | |
Parameter |
RangeParamList_Impl.getParameter(java.lang.String name)
returns the parameter that matches the submitted name. if no parameter can be found null will be returned. |
Parameter[] |
RangeParamList_Impl.getParameters()
returns all Parameters contained within the list as array. |
Methods in org.deegree_impl.services with parameters of type Parameter | |
void |
RangeParamList_Impl.addParameter(Parameter param)
adds a new = new Parameter_Impl( name, value ); addParameter( p ); } /** adds a new Parameter to the list |
Uses of Parameter in org.deegree_impl.services.wfs.configuration |
Methods in org.deegree_impl.services.wfs.configuration with parameters of type Parameter | |
void |
OutputFormat_Impl.addParameter(Parameter parameter)
|
Uses of Parameter in org.deegree_impl.tools |
Classes in org.deegree_impl.tools that implement Parameter | |
class |
Parameter_Impl
--------------------------------------------------------------------- |
Methods in org.deegree_impl.tools that return Parameter | |
Parameter |
ParameterList_Impl.getParameter(java.lang.String name)
returns the parameter that matches the submitted name. if no parameter can be found null will be returned. |
Parameter[] |
ParameterList_Impl.getParameters()
returns all Parameters contained within the list as array. |
Parameter |
ParameterList_Impl.removeParameter(java.lang.String name)
removes a parameter from the list |
Methods in org.deegree_impl.tools with parameters of type Parameter | |
void |
ParameterList_Impl.addParameter(Parameter param)
adds a new Parameter to the list |
Uses of Parameter in org.deegree.clients.context |
Methods in org.deegree.clients.context with parameters of type Parameter | |
void |
Module.addParameter(Parameter parameter)
adds a parameter to the list of parameters that will be passed to a class/object etc. that represents a module |
Uses of Parameter in org.deegree.services |
Methods in org.deegree.services that return Parameter | |
Parameter |
RangeParamList.getParameter(java.lang.String name)
returns the parameter that matches the submitted name. if no parameter can be found null will be returned. |
Parameter[] |
RangeParamList.getParameters()
returns all Parameters contained within the list as array. |
Methods in org.deegree.services with parameters of type Parameter | |
void |
RangeParamList.addParameter(Parameter param)
adds a new Parameter to the list |
Uses of Parameter in org.deegree.tools |
Methods in org.deegree.tools that return Parameter | |
Parameter |
ParameterList.getParameter(java.lang.String name)
returns the parameter that matches the submitted name. if no parameter can be found null will be returned. |
Parameter[] |
ParameterList.getParameters()
returns all Parameters contained within the list as array. |
Parameter |
ParameterList.removeParameter(java.lang.String name)
removes a parameter from the list |
Methods in org.deegree.tools with parameters of type Parameter | |
void |
ParameterList.addParameter(Parameter param)
adds a new Parameter to the list |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |