Class ServletMapping


  • public class ServletMapping
    extends Object
    A model class representing a servlet mapping item.
    • Field Detail

      • applicationName

        private String applicationName
        The application name.
      • url

        private String url
        The url.
      • servletName

        private String servletName
        The servlet name.
      • servletClass

        private String servletClass
        The servlet class.
      • available

        private boolean available
        The available.
    • Constructor Detail

      • ServletMapping

        public ServletMapping()
    • Method Detail

      • getApplicationName

        public String getApplicationName()
        Gets the application name.
        Returns:
        the application name
      • setApplicationName

        public void setApplicationName​(String applicationName)
        Sets the application name.
        Parameters:
        applicationName - the new application name
      • getUrl

        public String getUrl()
        Gets the url.
        Returns:
        the url
      • setUrl

        public void setUrl​(String url)
        Sets the url.
        Parameters:
        url - the new url
      • getServletName

        public String getServletName()
        Gets the servlet name.
        Returns:
        the servlet name
      • setServletName

        public void setServletName​(String servletName)
        Sets the servlet name.
        Parameters:
        servletName - the new servlet name
      • getServletClass

        public String getServletClass()
        Gets the servlet class.
        Returns:
        the servlet class
      • setServletClass

        public void setServletClass​(String servletClass)
        Sets the servlet class.
        Parameters:
        servletClass - the new servlet class
      • isAvailable

        public boolean isAvailable()
        Checks if is available.
        Returns:
        true, if is available
      • setAvailable

        public void setAvailable​(boolean available)
        Sets the available.
        Parameters:
        available - the new available