Class WMS
- java.lang.Object
-
- org.wicketstuff.openlayers.api.layer.Layer
-
- org.wicketstuff.openlayers.api.layer.WMS
-
- All Implemented Interfaces:
Serializable
public class WMS extends Layer implements Serializable
- Author:
- Nino Martinez Wael (nino.martinez@jayway.dk)
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidbindHeaderContributors(IHeaderResponse response)StringgetJSconstructor()StringgetUrl()voidsetUrl(String url)-
Methods inherited from class org.wicketstuff.openlayers.api.layer.Layer
bindHeaderContributors, getId, getJSAddLayer, getJSconstructor, getJSOptionsMap, getName, setName
-
-
-
-
Method Detail
-
getUrl
public String getUrl()
-
setUrl
public void setUrl(String url)
-
getJSconstructor
public String getJSconstructor()
- Specified by:
getJSconstructorin classLayer
-
bindHeaderContributors
protected void bindHeaderContributors(IHeaderResponse response)
- Specified by:
bindHeaderContributorsin classLayer
-
-