Class WmsConfigBean


  • @Component
    public class WmsConfigBean
    extends Object
    WMS config bean
    Since:
    4.1
    • Constructor Detail

      • WmsConfigBean

        public WmsConfigBean()
    • Method Detail

      • isAllow

        public boolean isAllow()
      • setAllow

        public void setAllow​(boolean allow)
      • isAllowRemote

        public boolean isAllowRemote()
      • setAllowRemote

        public void setAllowRemote​(boolean allowRemote)
      • getPaletteLocationDir

        public String getPaletteLocationDir()
      • setPaletteLocationDir

        public void setPaletteLocationDir​(String paletteLocationDir)
      • getStylesLocationDir

        public String getStylesLocationDir()
      • setStylesLocationDir

        public void setStylesLocationDir​(String stylesLocationDir)
      • getMaxImageWidth

        public int getMaxImageWidth()
      • setMaxImageWidth

        public void setMaxImageWidth​(int maxImageWidth)
      • getMaxImageHeight

        public int getMaxImageHeight()
      • setMaxImageHeight

        public void setMaxImageHeight​(int maxImageHeight)
      • setWmsDetailedConfig

        public void setWmsDetailedConfig​(WmsDetailedConfig wmsDetailedConfig)