Uses of Class
java.net.URL
-
Packages that use URL 软件包 描述 java.applet 提供创建applet所需的类以及applet用于与其applet上下文进行通信的类。java.awt 包含用于创建用户界面和绘制图形和图像的所有类。java.beans.beancontext 提供与bean上下文相关的类和接口。java.io 通过数据流,序列化和文件系统提供系统输入和输出。java.lang 提供对Java编程语言设计至关重要的类。java.net 提供实现网络应用程序的类。java.rmi.server 提供用于支持RMI服务器端的类和接口。java.security 提供安全框架的类和接口。java.sql 提供使用Java编程语言访问和处理存储在数据源(通常是关系数据库)中的数据的API。javafx.css 提供API,通过CSS使属性变得风格,并支持伪类状态。javafx.fxml 包含用于从标记加载对象层次结构的类。javax.activation javax.imageio Java Image I / O API的主要包。javax.jnlp JNLP API旨在为Java Plugin中运行的JNLP应用程序提供附加服务,或者由Java Web Start启动。javax.management.loading 提供实现高级动态加载的类。javax.net.ssl 为安全套接字包提供类。javax.sound.midi 提供MIDI(乐器数字接口)数据的I / O,排序和综合的接口和类。javax.sound.midi.spi 为服务提供商提供了提供新的MIDI设备,MIDI文件读取器和写入器或声卡读取器的接口。javax.sound.sampled 提供用于捕获,处理和播放采样音频数据的接口和类。javax.sound.sampled.spi 为服务提供商提供抽象类,以提供新的音频设备,声音文件读取器和写入器或音频格式转换器。javax.sql 通过Java编程语言为服务器端数据源访问和处理提供API。javax.sql.rowset JDBCRowSet
实现的标准接口和基类。javax.sql.rowset.serial 提供实用程序类以允许Java编程语言中的SQL类型和数据类型之间的可序列化映射。javax.swing 提供一套“轻量级”(全Java语言)组件,尽可能地在所有平台上工作。javax.swing.event 提供Swing组件触发的事件。javax.swing.plaf.synth 合成是一种可以让所有绘画委托的外观和感觉。javax.swing.text.html 提供类HTMLEditorKit
和支持类创建HTML文本编辑器。javax.xml.bind 为客户端应用程序提供运行时绑定框架,包括解组,编组和验证功能。javax.xml.bind.helpers 仅限JAXB提供程序使用:为部分javax.xml.bind
接口提供部分默认实现。javax.xml.validation 提供用于验证XML文档的API。javax.xml.ws 此软件包包含核心JAX-WS API。javax.xml.ws.spi 此套件为JAX-WS定义了SPI。jdk.nashorn.api.scripting 这个包提供了javax.script
集成,这是使用Nashorn的首选方式。jdk.nashorn.api.tree Nashorn解析器API提供了将ECMAScript源代码表示为抽象语法树(AST)和解析器来解析ECMAScript源脚本的接口。 -
-
Uses of URL in java.applet
Methods in java.applet that return URL Modifier and Type 方法 描述 URL
Applet. getCodeBase()
已过时。获取基本URL。URL
AppletStub. getCodeBase()
已过时。获取基本URL。URL
Applet. getDocumentBase()
已过时。获取嵌入此小程序的文档的URL。URL
AppletStub. getDocumentBase()
已过时。获取嵌入小程序的文档的URL。Methods in java.applet with parameters of type URL Modifier and Type 方法 描述 AudioClip
Applet. getAudioClip(URL url)
已过时。返回由URL
参数指定的AudioClip
对象。AudioClip
Applet. getAudioClip(URL url, String name)
已过时。返回由URL
和name
参数指定的AudioClip
对象。AudioClip
AppletContext. getAudioClip(URL url)
已过时。创建音频剪辑。Image
Applet. getImage(URL url)
已过时。返回一个Image
对象,然后可以在屏幕上绘制。Image
Applet. getImage(URL url, String name)
已过时。返回一个Image
对象,然后可以在屏幕上绘制。Image
AppletContext. getImage(URL url)
已过时。返回一个Image
对象,然后可以在屏幕上绘制。static AudioClip
Applet. newAudioClip(URL url)
已过时。从给定的URL获取音频剪辑。void
Applet. play(URL url)
已过时。以指定的绝对URL播放音频剪辑。void
Applet. play(URL url, String name)
已过时。播放给定URL的音频剪辑和与之相关的说明符。void
AppletContext. showDocument(URL url)
已过时。请求浏览器或小程序查看器显示由url
参数指示的url
。void
AppletContext. showDocument(URL url, String target)
已过时。请求浏览器或小程序查看器显示由url
参数指示的url
。 -
Uses of URL in java.awt
Methods in java.awt that return URL Modifier and Type 方法 描述 URL
SplashScreen. getImageURL()
返回当前的闪屏图像。Methods in java.awt with parameters of type URL Modifier and Type 方法 描述 abstract Image
Toolkit. createImage(URL url)
返回从指定的URL获取像素数据的图像。abstract Image
Toolkit. getImage(URL url)
返回从指定的URL获取像素数据的图像。void
SplashScreen. setImageURL(URL imageURL)
更改启动屏幕图像。 -
Uses of URL in java.beans.beancontext
Methods in java.beans.beancontext that return URL Modifier and Type 方法 描述 URL
BeanContext. getResource(String name, BeanContextChild bcc)
对于java.lang.ClassLoader.getResource()
,这种方法允许BeanContext
实现介入孩子Component
和底层ClassLoader
之间的行为。URL
BeanContextSupport. getResource(String name, BeanContextChild bcc)
-
Uses of URL in java.io
Methods in java.io that return URL Modifier and Type 方法 描述 URL
File. toURL()
-
Uses of URL in java.lang
Methods in java.lang that return URL Modifier and Type 方法 描述 protected URL
ClassLoader. findResource(String name)
找到具有给定名称的资源。protected URL
ClassLoader. findResource(String moduleName, String name)
返回一个URL定义到此类加载器的模块中的资源。URL
Class. getResource(String name)
查找具有给定名称的资源。URL
ClassLoader. getResource(String name)
找到具有给定名称的资源。static URL
ClassLoader. getSystemResource(String name)
从用于加载类的搜索路径中查找指定名称的资源。Methods in java.lang that return types with arguments of type URL Modifier and Type 方法 描述 protected Enumeration<URL>
ClassLoader. findResources(String name)
返回表示具有给定名称的所有资源的URL
对象的枚举。Enumeration<URL>
ClassLoader. getResources(String name)
查找具有给定名称的所有资源。static Enumeration<URL>
ClassLoader. getSystemResources(String name)
从用于加载类的搜索路径中查找指定名称的所有资源。Stream<URL>
ClassLoader. resources(String name)
返回一个流,其元素是具有给定名称的所有资源的URL。Methods in java.lang with parameters of type URL Modifier and Type 方法 描述 protected 软件包
ClassLoader. definePackage(String name, String specTitle, String specVersion, String specVendor, String implTitle, String implVersion, String implVendor, URL sealBase)
通过定义一个包 name在这个ClassLoader
。boolean
Package. isSealed(URL url)
如果此封装相对于指定的代码源url
进行了密封,则返回true。 -
Uses of URL in java.net
Fields in java.net declared as URL Modifier and Type Field 描述 protected URL
URLConnection. url
URL表示打开此连接的万维网上的远程对象。Methods in java.net that return URL Modifier and Type 方法 描述 URL
URLClassLoader. findResource(String name)
在URL搜索路径上查找具有指定名称的资源。URL
JarURLConnection. getJarFileURL()
返回此连接的Jar文件的URL。protected URL
Authenticator. getRequestingURL()
返回导致此请求验证的URL。URL
URLConnection. getURL()
返回此URLConnection
的URL
字段的值。URL[]
URLClassLoader. getURLs()
返回加载类和资源的URL的搜索路径。URL
URI. toURL()
从此URI构造一个URL。Methods in java.net that return types with arguments of type URL Modifier and Type 方法 描述 Enumeration<URL>
URLClassLoader. findResources(String name)
返回表示URL搜索路径上具有指定名称的所有资源的URL的枚举。Methods in java.net with parameters of type URL Modifier and Type 方法 描述 protected void
URLClassLoader. addURL(URL url)
将指定的URL附加到URL列表中以搜索类和资源。protected 软件包
URLClassLoader. definePackage(String name, Manifest man, URL url)
在这个URLClassLoader
按名称定义一个新的包。protected boolean
URLStreamHandler. equals(URL u1, URL u2)
提供默认的equals计算。protected InetAddress
URLStreamHandler. getHostAddress(URL u)
获取我们的主机的IP地址。protected int
URLStreamHandler. hashCode(URL u)
提供默认散列计算。protected boolean
URLStreamHandler. hostsEqual(URL u1, URL u2)
比较两个URL的主机组件。static URLClassLoader
URLClassLoader. newInstance(URL[] urls)
为指定的URL和默认父类加载器创建URLClassLoader的新实例。static URLClassLoader
URLClassLoader. newInstance(URL[] urls, ClassLoader parent)
为指定的URL和父类加载器创建URLClassLoader的新实例。protected abstract URLConnection
URLStreamHandler. openConnection(URL u)
打开与URL
参数引用的对象的连接。protected URLConnection
URLStreamHandler. openConnection(URL u, Proxy p)
与openConnection(URL)相同,但连接将通过指定的代理进行; 不支持代理的协议处理程序将忽略代理参数并进行正常连接。protected void
URLStreamHandler. parseURL(URL u, String spec, int start, int limit)
将URL
的字符串表示解析为URL
对象。static PasswordAuthentication
Authenticator. requestPasswordAuthentication(String host, InetAddress addr, int port, String protocol, String prompt, String scheme, URL url, Authenticator.RequestorType reqType)
请向系统注册的验证者询问密码。static PasswordAuthentication
Authenticator. requestPasswordAuthentication(Authenticator authenticator, String host, InetAddress addr, int port, String protocol, String prompt, String scheme, URL url, Authenticator.RequestorType reqType)
询问给定的authenticator
密码。PasswordAuthentication
Authenticator. requestPasswordAuthenticationInstance(String host, InetAddress addr, int port, String protocol, String prompt, String scheme, URL url, Authenticator.RequestorType reqType)
向该验证者询问密码。boolean
URL. sameFile(URL other)
比较两个URL,不包括片段组件。protected boolean
URLStreamHandler. sameFile(URL u1, URL u2)
比较两个URL以查看它们是否引用相同的文件,即具有相同的协议,主机,端口和路径。protected void
URLStreamHandler. setURL(URL u, String protocol, String host, int port, String file, String ref)
已过时。使用setURL(URL,String,String,int,String,String,String,String);protected void
URLStreamHandler. setURL(URL u, String protocol, String host, int port, String authority, String userInfo, String path, String query, String ref)
将URL
参数的字段设置为指示的值。protected String
URLStreamHandler. toExternalForm(URL u)
一个转换URL
特定协议到的String
。Constructors in java.net with parameters of type URL Constructor 描述 HttpURLConnection(URL u)
HttpURLConnection的构造方法。JarURLConnection(URL url)
创建新的JarURLConnection到指定的URL。URL(URL context, String spec)
通过在指定的上下文中解析给定的规范来创建一个URL。URL(URL context, String spec, URLStreamHandler handler)
通过在指定上下文中使用指定的处理程序解析给定规范来创建URL。URLClassLoader(String name, URL[] urls, ClassLoader parent)
为指定的URL构造一个新的命名为URLClassLoader
。URLClassLoader(String name, URL[] urls, ClassLoader parent, URLStreamHandlerFactory factory)
为指定的URL,父类加载器和URLStreamHandlerFactory构造一个新的命名为URLClassLoader
。URLClassLoader(URL[] urls)
使用默认委托父母ClassLoader
为指定的URL构造一个新的URLClassLoader。URLClassLoader(URL[] urls, ClassLoader parent)
为给定的URL构造一个新的URLClassLoader。URLClassLoader(URL[] urls, ClassLoader parent, URLStreamHandlerFactory factory)
为指定的URL,父类加载器和URLStreamHandlerFactory构造一个新的URLClassLoader。URLConnection(URL url)
构造与指定URL的URL连接。 -
Uses of URL in java.rmi.server
Methods in java.rmi.server with parameters of type URL Modifier and Type 方法 描述 Class<?>
LoaderHandler. loadClass(URL codebase, String name)
已过时。没有替换static Class<?>
RMIClassLoader. loadClass(URL codebase, String name)
从代码库URL加载一个类。 -
Uses of URL in java.security
Methods in java.security that return URL Modifier and Type 方法 描述 URL
CodeSource. getLocation()
返回与此CodeSource关联的位置。Constructors in java.security with parameters of type URL Constructor 描述 CodeSource(URL url, Certificate[] certs)
构造一个CodeSource并将其与指定的位置和证书集合相关联。CodeSource(URL url, CodeSigner[] signers)
构造CodeSource并将其与指定的位置和代码签名者集合相关联。 -
Uses of URL in java.sql
Methods in java.sql that return URL Modifier and Type 方法 描述 URL
CallableStatement. getURL(int parameterIndex)
以java.net.URL
对象的形式获取指定的JDBCDATALINK
参数的值。URL
CallableStatement. getURL(String parameterName)
检索作为java.net.URL
对象的JDBCDATALINK
参数的值。URL
ResultSet. getURL(int columnIndex)
将该ResultSet
对象的当前行中的指定列的值作为Java编程语言中的java.net.URL
对象java.net.URL
。URL
ResultSet. getURL(String columnLabel)
检索此ResultSet
对象的当前行中指定列的值为Java编程语言中的java.net.URL
对象。URL
SQLInput. readURL()
从流中读取SQLDATALINK
值,并将其作为Java编程语言中的java.net.URL
对象返回。Methods in java.sql with parameters of type URL Modifier and Type 方法 描述 void
CallableStatement. setURL(String parameterName, URL val)
将指定的参数设置为给定的java.net.URL
对象。void
PreparedStatement. setURL(int parameterIndex, URL x)
将指定的参数设置为给定的java.net.URL
值。void
SQLOutput. writeURL(URL x)
向流中写入一个SQLDATALINK
值。 -
Uses of URL in javafx.css
Methods in javafx.css with parameters of type URL Modifier and Type 方法 描述 static Stylesheet
Stylesheet. loadBinary(URL url)
从输入流加载二进制样式表文件。Stylesheet
CssParser. parse(URL url)
通过从URL读取CSS文档来更新给定的样式表,假设UTF-8编码。 -
Uses of URL in javafx.fxml
Methods in javafx.fxml that return URL Modifier and Type 方法 描述 URL
FXMLLoader. getLocation()
返回用于解析相对路径属性值的位置。Methods in javafx.fxml with parameters of type URL Modifier and Type 方法 描述 void
Initializable. initialize(URL location, ResourceBundle resources)
被调用以在其根元素被完全处理之后初始化控制器。static <T> T
FXMLLoader. load(URL location)
从FXML文档加载对象层次结构。static <T> T
FXMLLoader. load(URL location, ResourceBundle resources)
从FXML文档加载对象层次结构。static <T> T
FXMLLoader. load(URL location, ResourceBundle resources, BuilderFactory builderFactory)
从FXML文档加载对象层次结构。static <T> T
FXMLLoader. load(URL location, ResourceBundle resources, BuilderFactory builderFactory, Callback<Class<?>,Object> controllerFactory)
从FXML文档加载对象层次结构。static <T> T
FXMLLoader. load(URL location, ResourceBundle resources, BuilderFactory builderFactory, Callback<Class<?>,Object> controllerFactory, Charset charset)
从FXML文档加载对象层次结构。void
FXMLLoader. setLocation(URL location)
设置用于解析相对路径属性值的位置。Constructors in javafx.fxml with parameters of type URL Constructor 描述 FXMLLoader(URL location)
创建一个新的FXMLLoader实例。FXMLLoader(URL location, ResourceBundle resources)
创建一个新的FXMLLoader实例。FXMLLoader(URL location, ResourceBundle resources, BuilderFactory builderFactory)
创建一个新的FXMLLoader实例。FXMLLoader(URL location, ResourceBundle resources, BuilderFactory builderFactory, Callback<Class<?>,Object> controllerFactory)
创建一个新的FXMLLoader实例。FXMLLoader(URL location, ResourceBundle resources, BuilderFactory builderFactory, Callback<Class<?>,Object> controllerFactory, Charset charset)
创建一个新的FXMLLoader实例。FXMLLoader(URL location, ResourceBundle resources, BuilderFactory builderFactory, Callback<Class<?>,Object> controllerFactory, Charset charset, LinkedList<FXMLLoader> loaders)
创建一个新的FXMLLoader实例。 -
Uses of URL in javax.activation
Methods in javax.activation that return URL Modifier and Type 方法 描述 URL
URLDataSource. getURL()
返回用于创建此DataSource的URL。Constructors in javax.activation with parameters of type URL Constructor 描述 DataHandler(URL url)
创建引用URL的DataHandler
实例。URLDataSource(URL url)
URLDataSource构造函数。 -
Uses of URL in javax.imageio
Methods in javax.imageio with parameters of type URL Modifier and Type 方法 描述 static BufferedImage
ImageIO. read(URL input)
作为对所提供的URL
进行解码的结果,返回BufferedImage
,其中自动从当前注册的ImageReader
选择一个ImageReader
。 -
Uses of URL in javax.jnlp
Methods in javax.jnlp that return URL Modifier and Type 方法 描述 URL
BasicService. getCodeBase()
返回应用程序的代码库。URL
ExtensionInstallerService. getExtensionLocation()
返回正在安装的扩展的位置Methods in javax.jnlp with parameters of type URL Modifier and Type 方法 描述 long
PersistenceService. create(URL url, long maxsize)
在客户端创建一个以给定的URL命名的永久存储条目。void
PersistenceService. delete(URL url)
从客户端日期持久性存储中删除与给定URL相关联的流。void
DownloadServiceListener. downloadFailed(URL url, String version)
如果下载失败或意外中止,JNLP客户端的DownloadService
实现应该调用此方法。FileContents
PersistenceService. get(URL url)
返回表示此文件内容的FileContents
对象。String
ExtensionInstallerService. getInstalledJRE(URL url, String version)
返回给定JRE的可执行文件的路径。String[]
PersistenceService. getNames(URL url)
返回一个字符串数组,其中包含给定URL的所有条目的名称。int
PersistenceService. getTag(URL url)
返回对应于与给定URL相关联的持久性数据存储条目的标签的当前值的int
。boolean
DownloadService. isExtensionPartCached(URL ref, String version, String part)
如果给定的扩展名的给定部分被缓存,并且在应用程序的JNLP文件中提到扩展名和部分,则返回true
。boolean
DownloadService. isExtensionPartCached(URL ref, String version, String[] parts)
如果给定的扩展名的给定部分被缓存,并且该应用程序的JNLP文件中提到了扩展名和部分,则返回true
。boolean
DownloadService. isResourceCached(URL ref, String version)
如果给定的URL和版本引用的资源被缓存,并且该资源在调用应用程序JNLP文件中被提及,则在调用应用程序JNLP文件的代码库中,或者调用应用程序已被授予所有权限,则返回true
。 。void
DownloadService. loadExtensionPart(URL ref, String version, String[] parts, DownloadServiceListener progress)
如果在应用程序的JNLP文件中提到了部件和扩展名,请下载给定扩展的给定部分。void
DownloadService. loadExtensionPart(URL ref, String version, String part, DownloadServiceListener progress)
如果在应用程序的JNLP文件中提到了部分和扩展名,请下载给定扩展的给定部分。void
DownloadService. loadResource(URL ref, String version, DownloadServiceListener progress)
如果在调用的应用程序JNLP文件中提到资源,请下载给定的资源,是在调用应用程序JNLP文件的代码库内,或者如果调用应用程序已被授予全部权限。void
DownloadServiceListener. progress(URL url, String version, long readSoFar, long total, int overallPercent)
JNLP客户端的DownloadService
实现在下载过程中应该多次调用此方法。void
DownloadService. removeExtensionPart(URL ref, String version, String part)
如果在应用程序的JNLP文件中提到了部分和扩展名,则从缓存中删除给定扩展的给定部分。void
DownloadService. removeExtensionPart(URL ref, String version, String[] parts)
如果在应用程序的JNLP文件中提到了部件和扩展名,则从缓存中删除给定扩展的给定部分。void
DownloadService. removeResource(URL ref, String version)
如果在调用应用程序JNLP文件中提到资源,则从缓存中删除给定的资源,在调用的应用程序JNLP文件的代码库内,或者如果调用应用程序已被授予全部权限。void
PersistenceService. setTag(URL url, int tag)
使用给定的标签值标记与给定URL相关联的持久数据存储条目。boolean
BasicService. showDocument(URL url)
指导客户端上的浏览器显示给定的URL。void
DownloadServiceListener. upgradingArchive(URL url, String version, int patchPercent, int overallPercent)
JNLP客户端的DownloadService
实现应该在缓存资源中应用增量更新时至少应该调用此方法。void
DownloadServiceListener. validating(URL url, String version, long entry, long total, int overallPercent)
在验证下载过程中,JNLP客户端的DownloadService
实现应至少调用此方法。 -
Uses of URL in javax.management.loading
Methods in javax.management.loading that return URL Modifier and Type 方法 描述 protected URL
MLet. check(String version, URL codebase, String jarfile, MLetContent mlet)
当扩展此服务以支持缓存和版本控制时,此方法将被覆盖。URL
MLetContent. getCodeBase()
获取代码库URL。URL
MLetContent. getDocumentBase()
获取MLet文本文件的基本URL。URL
MLetMBean. getResource(String name)
找到具有给定名称的资源。URL[]
MLet. getURLs()
返回加载类和资源的URL的搜索路径。URL[]
MLetMBean. getURLs()
返回加载类和资源的URL的搜索路径。Methods in javax.management.loading that return types with arguments of type URL Modifier and Type 方法 描述 Enumeration<URL>
MLetMBean. getResources(String name)
查找具有给定名称的所有资源。Methods in javax.management.loading with parameters of type URL Modifier and Type 方法 描述 void
MLet. addURL(URL url)
将指定的URL附加到URL列表中以搜索类和资源。void
MLetMBean. addURL(URL url)
将指定的URL附加到URL列表中以搜索类和资源。protected URL
MLet. check(String version, URL codebase, String jarfile, MLetContent mlet)
当扩展此服务以支持缓存和版本控制时,此方法将被覆盖。Set<Object>
MLet. getMBeansFromURL(URL url)
加载一个包含定义要添加到MBean服务器的MBean的MLET标签的文本文件。Set<Object>
MLetMBean. getMBeansFromURL(URL url)
加载一个包含定义要添加到MBean服务器的MBean的MLET标签的文本文件。Constructors in javax.management.loading with parameters of type URL Constructor 描述 MLet(URL[] urls)
使用默认的委派父类ClassLoader构造指定URL的新MLet。MLet(URL[] urls, boolean delegateToCLR)
使用默认的委派父类ClassLoader构造指定URL的新MLet。MLet(URL[] urls, ClassLoader parent)
为给定的URL构造一个新的MLet。MLet(URL[] urls, ClassLoader parent, boolean delegateToCLR)
为给定的URL构造一个新的MLet。MLet(URL[] urls, ClassLoader parent, URLStreamHandlerFactory factory)
为指定的URL,父类加载器和URLStreamHandlerFactory构造一个新的MLet。MLet(URL[] urls, ClassLoader parent, URLStreamHandlerFactory factory, boolean delegateToCLR)
为指定的URL,父类加载器和URLStreamHandlerFactory构造一个新的MLet。MLetContent(URL url, Map<String,String> attributes, List<String> types, List<String> values)
创建一个MLet
实例,使用从MLet文本文件中的MLET
标记读取的属性初始化。PrivateMLet(URL[] urls, boolean delegateToCLR)
使用默认的委派父类ClassLoader构造一个新的指定URL的PrivateMLet。PrivateMLet(URL[] urls, ClassLoader parent, boolean delegateToCLR)
为给定的URL构造一个新的PrivateMLet。PrivateMLet(URL[] urls, ClassLoader parent, URLStreamHandlerFactory factory, boolean delegateToCLR)
为指定的URL,父类加载器和URLStreamHandlerFactory构造一个新的PrivateMLet。 -
Uses of URL in javax.net.ssl
Constructors in javax.net.ssl with parameters of type URL Constructor 描述 HttpsURLConnection(URL url)
使用指定的URL创建一个HttpsURLConnection
。 -
Uses of URL in javax.sound.midi
Methods in javax.sound.midi with parameters of type URL Modifier and Type 方法 描述 static MidiFileFormat
MidiSystem. getMidiFileFormat(URL url)
获取指定URL中数据的MIDI文件格式。static Sequence
MidiSystem. getSequence(URL url)
从指定的URL获取MIDI序列。static Soundbank
MidiSystem. getSoundbank(URL url)
通过从指定的URL读取它构建一个Soundbank
。 -
Uses of URL in javax.sound.midi.spi
Methods in javax.sound.midi.spi with parameters of type URL Modifier and Type 方法 描述 abstract MidiFileFormat
MidiFileReader. getMidiFileFormat(URL url)
获取提供的URL的MIDI文件格式。abstract Sequence
MidiFileReader. getSequence(URL url)
从提供的URL获取MIDI序列。abstract Soundbank
SoundbankReader. getSoundbank(URL url)
从提供的URL获取声音库对象。 -
Uses of URL in javax.sound.sampled
Methods in javax.sound.sampled with parameters of type URL Modifier and Type 方法 描述 static AudioFileFormat
AudioSystem. getAudioFileFormat(URL url)
获取指定URL的音频文件格式。static AudioInputStream
AudioSystem. getAudioInputStream(URL url)
从提供的URL获取音频输入流。 -
Uses of URL in javax.sound.sampled.spi
Methods in javax.sound.sampled.spi with parameters of type URL Modifier and Type 方法 描述 abstract AudioFileFormat
AudioFileReader. getAudioFileFormat(URL url)
获取提供的URL的音频文件格式。abstract AudioInputStream
AudioFileReader. getAudioInputStream(URL url)
从提供的URL获取音频输入流。 -
Uses of URL in javax.sql
Methods in javax.sql with parameters of type URL Modifier and Type 方法 描述 void
RowSet. setURL(int parameterIndex, URL x)
将指定的参数设置为给定的java.net.URL
值。 -
Uses of URL in javax.sql.rowset
Methods in javax.sql.rowset with parameters of type URL Modifier and Type 方法 描述 void
BaseRowSet. setURL(int parameterIndex, URL x)
将指定的参数设置为给定的java.net.URL
值。 -
Uses of URL in javax.sql.rowset.serial
Methods in javax.sql.rowset.serial that return URL Modifier and Type 方法 描述 URL
SerialDatalink. getDatalink()
返回一个新的URL,该URL是此SerialDatalink
对象的副本。URL
SQLInputImpl. readURL()
从流中读取SQLDATALINK
值,并将其作为Java编程语言中的URL
对象返回。Methods in javax.sql.rowset.serial with parameters of type URL Modifier and Type 方法 描述 void
SQLOutputImpl. writeURL(URL url)
将Java编程语言中的一个java.sql.Type.DATALINK
对象写入此SQLOutputImpl
对象。Constructors in javax.sql.rowset.serial with parameters of type URL Constructor 描述 SerialDatalink(URL url)
构造一个新SerialDatalink
从给定对象java.net.URL
对象。 -
Uses of URL in javax.swing
Methods in javax.swing that return URL Modifier and Type 方法 描述 URL
JEditorPane. getPage()
获取正在显示的当前URL。Methods in javax.swing with parameters of type URL Modifier and Type 方法 描述 protected InputStream
JEditorPane. getStream(URL page)
获取给定URL的流,即将由setPage
方法加载。void
JEditorPane. setPage(URL page)
设置显示的当前URL。Constructors in javax.swing with parameters of type URL Constructor 描述 ImageIcon(URL location)
从指定的URL创建一个ImageIcon。ImageIcon(URL location, String description)
从指定的URL创建一个ImageIcon。JEditorPane(URL initialPage)
根据指定的URL创建JEditorPane
以进行输入。 -
Uses of URL in javax.swing.event
Methods in javax.swing.event that return URL Modifier and Type 方法 描述 URL
HyperlinkEvent. getURL()
获取链接引用的URL。Constructors in javax.swing.event with parameters of type URL Constructor 描述 HyperlinkEvent(Object source, HyperlinkEvent.EventType type, URL u)
创建一个表示超文本链接事件的新对象。HyperlinkEvent(Object source, HyperlinkEvent.EventType type, URL u, String desc)
创建一个表示超文本链接事件的新对象。HyperlinkEvent(Object source, HyperlinkEvent.EventType type, URL u, String desc, Element sourceElement)
创建一个表示超文本链接事件的新对象。HyperlinkEvent(Object source, HyperlinkEvent.EventType type, URL u, String desc, Element sourceElement, InputEvent inputEvent)
创建一个表示超文本链接事件的新对象。 -
Uses of URL in javax.swing.plaf.synth
Methods in javax.swing.plaf.synth with parameters of type URL Modifier and Type 方法 描述 void
SynthLookAndFeel. load(URL url)
加载组SynthStyle
将由本使用的SSynthLookAndFeel
。 -
Uses of URL in javax.swing.text.html
Methods in javax.swing.text.html that return URL Modifier and Type 方法 描述 URL
HTMLDocument. getBase()
返回相对URL的位置。URL
StyleSheet. getBase()
返回基数。URL
ImageView. getImageURL()
返回图像源的URL,如果无法确定,则返回null。Methods in javax.swing.text.html with parameters of type URL Modifier and Type 方法 描述 void
StyleSheet. importStyleSheet(URL url)
从url
导入样式表。void
StyleSheet. loadRules(Reader in, URL ref)
加载一组以CSS1语法指定的规则。void
HTMLDocument. setBase(URL u)
设置解析相对URL的位置。void
StyleSheet. setBase(URL base)
设置基数。Constructors in javax.swing.text.html with parameters of type URL Constructor 描述 HTMLFrameHyperlinkEvent(Object source, HyperlinkEvent.EventType type, URL targetURL, String targetFrame)
创建一个表示html框架超文本链接事件的新对象。HTMLFrameHyperlinkEvent(Object source, HyperlinkEvent.EventType type, URL targetURL, String desc, String targetFrame)
创建一个表示超文本链接事件的新对象。HTMLFrameHyperlinkEvent(Object source, HyperlinkEvent.EventType type, URL targetURL, String desc, Element sourceElement, InputEvent inputEvent, String targetFrame)
创建一个表示超文本链接事件的新对象。HTMLFrameHyperlinkEvent(Object source, HyperlinkEvent.EventType type, URL targetURL, String desc, Element sourceElement, String targetFrame)
创建一个表示超文本链接事件的新对象。HTMLFrameHyperlinkEvent(Object source, HyperlinkEvent.EventType type, URL targetURL, Element sourceElement, String targetFrame)
创建一个表示超文本链接事件的新对象。 -
Uses of URL in javax.xml.bind
Methods in javax.xml.bind that return URL Modifier and Type 方法 描述 URL
ValidationEventLocator. getURL()
返回XML源的名称作为URL(如果可用)Methods in javax.xml.bind with parameters of type URL Modifier and Type 方法 描述 static void
JAXB. marshal(Object jaxbObject, URL xml)
将Java对象树写入XML并将其存储到指定的位置。static <T> T
JAXB. unmarshal(URL xml, Class<T> type)
从给定的XML输入中读取Java对象树。Object
Unmarshaller. unmarshal(URL url)
从指定的URL解组XML数据并返回生成的内容树。 -
Uses of URL in javax.xml.bind.helpers
Methods in javax.xml.bind.helpers that return URL Modifier and Type 方法 描述 URL
ValidationEventLocatorImpl. getURL()
Methods in javax.xml.bind.helpers with parameters of type URL Modifier and Type 方法 描述 void
ValidationEventLocatorImpl. setURL(URL _url)
设置此事件定位器上的URL字段。Object
AbstractUnmarshallerImpl. unmarshal(URL url)
-
Uses of URL in javax.xml.validation
Methods in javax.xml.validation with parameters of type URL Modifier and Type 方法 描述 Schema
SchemaFactory. newSchema(URL schema)
将指定的URL
解析为模式,并将其作为Schema
返回。 -
Uses of URL in javax.xml.ws
Methods in javax.xml.ws that return URL Modifier and Type 方法 描述 URL
Service. getWSDLDocumentLocation()
获取此服务的WSDL文档的位置。Methods in javax.xml.ws with parameters of type URL Modifier and Type 方法 描述 static Service
Service. create(URL wsdlDocumentLocation, QName serviceName)
创建一个Service
实例。static Service
Service. create(URL wsdlDocumentLocation, QName serviceName, WebServiceFeature... features)
创建一个Service
实例。Constructors in javax.xml.ws with parameters of type URL Constructor 描述 Service(URL wsdlDocumentLocation, QName serviceName)
创建一个Service
。Service(URL wsdlDocumentLocation, QName serviceName, WebServiceFeature... features)
创建一个Service
。 -
Uses of URL in javax.xml.ws.spi
Methods in javax.xml.ws.spi that return URL Modifier and Type 方法 描述 abstract URL
ServiceDelegate. getWSDLDocumentLocation()
获取此服务的WSDL文档的位置。Methods in javax.xml.ws.spi with parameters of type URL Modifier and Type 方法 描述 abstract ServiceDelegate
Provider. createServiceDelegate(URL wsdlDocumentLocation, QName serviceName, Class<? extends Service> serviceClass)
创建服务委托对象。ServiceDelegate
Provider. createServiceDelegate(URL wsdlDocumentLocation, QName serviceName, Class<? extends Service> serviceClass, WebServiceFeature... features)
创建服务委托对象。 -
Uses of URL in jdk.nashorn.api.scripting
Methods in jdk.nashorn.api.scripting that return URL Modifier and Type 方法 描述 URL
URLReader. getURL()
这位读者的网址Constructors in jdk.nashorn.api.scripting with parameters of type URL Constructor 描述 URLReader(URL url)
构造函数URLReader(URL url, String charsetName)
构造函数URLReader(URL url, Charset cs)
构造函数 -
Uses of URL in jdk.nashorn.api.tree
Methods in jdk.nashorn.api.tree with parameters of type URL Modifier and Type 方法 描述 CompilationUnitTree
Parser. parse(URL url, DiagnosticListener listener)
解析源URL并返回编译单元树
-