|
Oxygen XML Editor, Version 13.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectro.sync.exml.plugin.openredirect.OpenRedirectInformation
public class OpenRedirectInformation
Information about redirecting an URL
Field Summary |
---|
Fields inherited from interface ro.sync.exml.editor.ContentTypes |
---|
ANY_CONTENT_TYPE, BATCH_CONTENT_TYPE, C_CONTENT_TYPE, CPLUSPLUS_CONTENT_TYPE, CSS_CONTENT_TYPE, DITAMAP_CONTENT_TYPE, DTD_CONTENT_TYPE, HTML_CONTENT_TYPE, IMAGE_CONTENT_TYPE, JAVA_CONTENT_TYPE, JAVASCRIPT_CONTENT_TYPE, JSON_CONTENT_TYPE, NVDL_CONTENT_TYPE, PERL_CONTENT_TYPE, PHP_CONTENT_TYPE, PLAIN_TEXT_CONTENT_TYPE, PROPERTIES_CONTENT_TYPE, PYTHON_CONTENT_TYPE, RNC_CONTENT_TYPE, RNG_CONTENT_TYPE, SCHEMATRON_CONTENT_TYPE, SHELL_CONTENT_TYPE, SQL_CONTENT_TYPE, SVG_CONTENT_TYPE, WSDL_CONTENT_TYPE, XML_CONTENT_TYPE, XPATH_CONTENT_TYPE, XPROC_CONTENT_TYPE, XQUERY_CONTENT_TYPE, XSD_CONTENT_TYPE, XSL_CONTENT_TYPE, ZIP_CONTENT_TYPE |
Constructor Summary | |
---|---|
OpenRedirectInformation(java.net.URL url,
java.lang.String contentType)
Constructor. |
Method Summary | |
---|---|
java.lang.String |
getContentType()
|
java.net.URL |
getUrl()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OpenRedirectInformation(java.net.URL url, java.lang.String contentType)
url
- The URL to opencontentType
- The content type to open as. Can be null for auto open.
The content type can either be null (and Oxygen will do the default detection) or one of the constant values defined in this class like:
Method Detail |
---|
public java.lang.String getContentType()
public java.net.URL getUrl()
|
Oxygen XML Editor, Version 13.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |