Package org.cxml

Class BrowserFormPost


  • public class BrowserFormPost
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected URL url  
    • Constructor Summary

      Constructors 
      Constructor Description
      BrowserFormPost()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      URL getURL()
      Gets the value of the url property.
      void setURL​(URL value)
      Sets the value of the url property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • url

        protected URL url
    • Constructor Detail

      • BrowserFormPost

        public BrowserFormPost()
    • Method Detail

      • getURL

        public URL getURL()
        Gets the value of the url property.
        Returns:
        possible object is URL
      • setURL

        public void setURL​(URL value)
        Sets the value of the url property.
        Parameters:
        value - allowed object is URL