Class Servlet

  • All Implemented Interfaces:
    Serializable

    public class Servlet
    extends RuntimeDescriptor
    this class contains runtime information for the web bundle it was kept to be backward compatible with the schema2beans descriptors generated by iAS 7.0 engineering team.
    Author:
    Jerome Dochez
    See Also:
    Serialized Form
    • Constructor Detail

      • Servlet

        public Servlet()
    • Method Detail

      • setServletName

        public void setServletName​(String value)
      • getServletName

        public String getServletName()
      • setPrincipalName

        public void setPrincipalName​(String value)
      • getPrincipalName

        public String getPrincipalName()
      • verify

        public boolean verify()