|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PostDocument.Post | |
---|---|
net.opengis.wms | |
net.opengis.wms.impl |
Uses of PostDocument.Post in net.opengis.wms |
---|
Methods in net.opengis.wms that return PostDocument.Post | |
---|---|
PostDocument.Post |
HTTPDocument.HTTP.addNewPost()
Appends and returns a new empty "Post" element |
PostDocument.Post |
PostDocument.addNewPost()
Appends and returns a new empty "Post" element |
PostDocument.Post |
HTTPDocument.HTTP.getPost()
Gets the "Post" element |
PostDocument.Post |
PostDocument.getPost()
Gets the "Post" element |
static PostDocument.Post |
PostDocument.Post.Factory.newInstance()
|
static PostDocument.Post |
PostDocument.Post.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
Methods in net.opengis.wms with parameters of type PostDocument.Post | |
---|---|
void |
HTTPDocument.HTTP.setPost(PostDocument.Post post)
Sets the "Post" element |
void |
PostDocument.setPost(PostDocument.Post post)
Sets the "Post" element |
Uses of PostDocument.Post in net.opengis.wms.impl |
---|
Classes in net.opengis.wms.impl that implement PostDocument.Post | |
---|---|
static class |
PostDocumentImpl.PostImpl
An XML Post(@http://www.opengis.net/wms). |
Methods in net.opengis.wms.impl that return PostDocument.Post | |
---|---|
PostDocument.Post |
HTTPDocumentImpl.HTTPImpl.addNewPost()
Appends and returns a new empty "Post" element |
PostDocument.Post |
PostDocumentImpl.addNewPost()
Appends and returns a new empty "Post" element |
PostDocument.Post |
HTTPDocumentImpl.HTTPImpl.getPost()
Gets the "Post" element |
PostDocument.Post |
PostDocumentImpl.getPost()
Gets the "Post" element |
Methods in net.opengis.wms.impl with parameters of type PostDocument.Post | |
---|---|
void |
HTTPDocumentImpl.HTTPImpl.setPost(PostDocument.Post post)
Sets the "Post" element |
void |
PostDocumentImpl.setPost(PostDocument.Post post)
Sets the "Post" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |