Uses of Class
org.cxml.BrowserFormPost
Packages that use BrowserFormPost
-
Uses of BrowserFormPost in org.cxml
Fields in org.cxml declared as BrowserFormPostModifier and TypeFieldDescriptionprotected BrowserFormPostProviderSetupRequest.browserFormPostprotected BrowserFormPostPunchOutSetupRequest.browserFormPostMethods in org.cxml that return BrowserFormPostModifier and TypeMethodDescriptionObjectFactory.createBrowserFormPost()Create an instance ofBrowserFormPostProviderSetupRequest.getBrowserFormPost()Gets the value of the browserFormPost property.PunchOutSetupRequest.getBrowserFormPost()Gets the value of the browserFormPost property.Methods in org.cxml with parameters of type BrowserFormPostModifier and TypeMethodDescriptionvoidProviderSetupRequest.setBrowserFormPost(BrowserFormPost value) Sets the value of the browserFormPost property.voidPunchOutSetupRequest.setBrowserFormPost(BrowserFormPost value) Sets the value of the browserFormPost property.