- Add the Codota plugin to your IDE and get smart completions
private void myMethod () {Charset c =
String charsetName;Charset.forName(charsetName)
Charset.defaultCharset()
ContentType contentType;contentType.getCharset()
- Smart code suggestions by Codota
}
public List<LayerInfo> getLayers() { return catalog.getLayers(); }
public List<LayerInfo> getLayers(ResourceInfo resource) { return catalog.getLayers(resource); }
public List<LayerInfo> getLayers(StyleInfo style) { return catalog.getLayers(style); }