8200146: Remove the appletviewer launcher
Reviewed-by: prr, ihse
This commit is contained in:
parent
728923cbbc
commit
8ca8d45fb5
@ -213,7 +213,6 @@ ifneq ($(OPENJDK_TARGET_OS), windows)
|
|||||||
|
|
||||||
JDK_MAN_PAGES += \
|
JDK_MAN_PAGES += \
|
||||||
$(JRE_MAN_PAGES) \
|
$(JRE_MAN_PAGES) \
|
||||||
appletviewer.1 \
|
|
||||||
idlj.1 \
|
idlj.1 \
|
||||||
jar.1 \
|
jar.1 \
|
||||||
jarsigner.1 \
|
jarsigner.1 \
|
||||||
|
@ -1,37 +0,0 @@
|
|||||||
#
|
|
||||||
# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
|
|
||||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
||||||
#
|
|
||||||
# This code is free software; you can redistribute it and/or modify it
|
|
||||||
# under the terms of the GNU General Public License version 2 only, as
|
|
||||||
# published by the Free Software Foundation. Oracle designates this
|
|
||||||
# particular file as subject to the "Classpath" exception as provided
|
|
||||||
# by Oracle in the LICENSE file that accompanied this code.
|
|
||||||
#
|
|
||||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
|
||||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
||||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
||||||
# version 2 for more details (a copy is included in the LICENSE file that
|
|
||||||
# accompanied this code).
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License version
|
|
||||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
|
||||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
||||||
#
|
|
||||||
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
|
||||||
# or visit www.oracle.com if you need additional information or have any
|
|
||||||
# questions.
|
|
||||||
#
|
|
||||||
|
|
||||||
include LauncherCommon.gmk
|
|
||||||
|
|
||||||
# Hook to include the corresponding custom file, if present.
|
|
||||||
$(eval $(call IncludeCustomExtension, launcher/Launcher-java.desktop.gmk))
|
|
||||||
|
|
||||||
ifeq ($(ENABLE_HEADLESS_ONLY), false)
|
|
||||||
$(eval $(call SetupBuildLauncher, appletviewer, \
|
|
||||||
MAIN_CLASS := sun.applet.Main, \
|
|
||||||
JAVA_ARGS := --add-modules ALL-DEFAULT, \
|
|
||||||
LIBS_unix := $(X_LIBS), \
|
|
||||||
))
|
|
||||||
endif
|
|
@ -56,7 +56,6 @@ if [ "$OPENJDK_TARGET_OS" = "linux" ]; then
|
|||||||
./lib/minimal/libjvm.so
|
./lib/minimal/libjvm.so
|
||||||
./lib/server/libjsig.so
|
./lib/server/libjsig.so
|
||||||
./lib/server/libjvm.so
|
./lib/server/libjvm.so
|
||||||
./bin/appletviewer
|
|
||||||
./bin/idlj
|
./bin/idlj
|
||||||
./bin/jar
|
./bin/jar
|
||||||
./bin/jarsigner
|
./bin/jarsigner
|
||||||
@ -189,7 +188,6 @@ if [ "$OPENJDK_TARGET_OS" = "solaris" ] && [ "$OPENJDK_TARGET_CPU" = "x86_64" ];
|
|||||||
./lib/server/libjvm.so
|
./lib/server/libjvm.so
|
||||||
./lib/server/libjvm_db.so
|
./lib/server/libjvm_db.so
|
||||||
./lib/server/libjvm_dtrace.so
|
./lib/server/libjvm_dtrace.so
|
||||||
./bin/appletviewer
|
|
||||||
./bin/idlj
|
./bin/idlj
|
||||||
./bin/jar
|
./bin/jar
|
||||||
./bin/jarsigner
|
./bin/jarsigner
|
||||||
@ -297,7 +295,6 @@ if [ "$OPENJDK_TARGET_OS" = "solaris" ] && [ "$OPENJDK_TARGET_CPU" = "sparcv9" ]
|
|||||||
./lib/libverify.so
|
./lib/libverify.so
|
||||||
./lib/libzip.so
|
./lib/libzip.so
|
||||||
./lib/server/libjvm.so
|
./lib/server/libjvm.so
|
||||||
./bin/appletviewer
|
|
||||||
./bin/idlj
|
./bin/idlj
|
||||||
./bin/jar
|
./bin/jar
|
||||||
./bin/jarsigner
|
./bin/jarsigner
|
||||||
@ -383,7 +380,6 @@ if [ "$OPENJDK_TARGET_OS" = "windows" ]; then
|
|||||||
./bin/jsoundds.dll
|
./bin/jsoundds.dll
|
||||||
./bin/client/jvm.dll
|
./bin/client/jvm.dll
|
||||||
./bin/server/jvm.dll
|
./bin/server/jvm.dll
|
||||||
./bin/appletviewer.exe
|
|
||||||
./bin/idlj.exe
|
./bin/idlj.exe
|
||||||
./bin/jar.exe
|
./bin/jar.exe
|
||||||
./bin/jarsigner.exe
|
./bin/jarsigner.exe
|
||||||
@ -480,7 +476,6 @@ if [ "$OPENJDK_TARGET_OS" = "macosx" ]; then
|
|||||||
"
|
"
|
||||||
|
|
||||||
ACCEPTED_BIN_DIFF="
|
ACCEPTED_BIN_DIFF="
|
||||||
./bin/appletviewer
|
|
||||||
./bin/idlj
|
./bin/idlj
|
||||||
./bin/jar
|
./bin/jar
|
||||||
./bin/jarsigner
|
./bin/jarsigner
|
||||||
|
@ -1,89 +0,0 @@
|
|||||||
'\" t
|
|
||||||
.\" Copyright (c) 1995, 2013, Oracle and/or its affiliates. All rights reserved.
|
|
||||||
.\" DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
||||||
.\"
|
|
||||||
.\" This code is free software; you can redistribute it and/or modify it
|
|
||||||
.\" under the terms of the GNU General Public License version 2 only, as
|
|
||||||
.\" published by the Free Software Foundation.
|
|
||||||
.\"
|
|
||||||
.\" This code is distributed in the hope that it will be useful, but WITHOUT
|
|
||||||
.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
||||||
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
||||||
.\" version 2 for more details (a copy is included in the LICENSE file that
|
|
||||||
.\" accompanied this code).
|
|
||||||
.\"
|
|
||||||
.\" You should have received a copy of the GNU General Public License version
|
|
||||||
.\" 2 along with this work; if not, write to the Free Software Foundation,
|
|
||||||
.\" Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
||||||
.\"
|
|
||||||
.\" Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
|
||||||
.\" or visit www.oracle.com if you need additional information or have any
|
|
||||||
.\" questions.
|
|
||||||
.\"
|
|
||||||
.\" Arch: generic
|
|
||||||
.\" Software: JDK 8
|
|
||||||
.\" Date: 21 November 2013
|
|
||||||
.\" SectDesc: Basic Tools
|
|
||||||
.\" Title: appletviewer.1
|
|
||||||
.\"
|
|
||||||
.if n .pl 99999
|
|
||||||
.TH appletviewer 1 "21 November 2013" "JDK 8" "Basic Tools"
|
|
||||||
.\" -----------------------------------------------------------------
|
|
||||||
.\" * Define some portability stuff
|
|
||||||
.\" -----------------------------------------------------------------
|
|
||||||
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
||||||
.\" http://bugs.debian.org/507673
|
|
||||||
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
|
|
||||||
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
||||||
.ie \n(.g .ds Aq \(aq
|
|
||||||
.el .ds Aq '
|
|
||||||
.\" -----------------------------------------------------------------
|
|
||||||
.\" * set default formatting
|
|
||||||
.\" -----------------------------------------------------------------
|
|
||||||
.\" disable hyphenation
|
|
||||||
.nh
|
|
||||||
.\" disable justification (adjust text to left margin only)
|
|
||||||
.ad l
|
|
||||||
.\" -----------------------------------------------------------------
|
|
||||||
.\" * MAIN CONTENT STARTS HERE *
|
|
||||||
.\" -----------------------------------------------------------------
|
|
||||||
|
|
||||||
.SH NAME
|
|
||||||
appletviewer \- Runs applets outside of a web browser\&.
|
|
||||||
.SH SYNOPSIS
|
|
||||||
.sp
|
|
||||||
.nf
|
|
||||||
|
|
||||||
\fBappletviewer\fR [\fIoptions\fR] \fIurl\fR\&.\&.\&.
|
|
||||||
.fi
|
|
||||||
.sp
|
|
||||||
.TP
|
|
||||||
\fIoptions\fR
|
|
||||||
The command-line options separated by spaces\&. See Options\&.
|
|
||||||
.TP
|
|
||||||
\fIurl\fR
|
|
||||||
The location of the documents or resources to be displayed\&. You can specify multiple URLs separated by spaces\&.
|
|
||||||
.SH DESCRIPTION
|
|
||||||
The \f3appletviewer\fR command connects to the documents or resources designated by \fIurls\fR and displays each applet referenced by the documents in its own window\&. If the documents referred to by urls do not reference any applets with the \f3OBJECT\fR, \f3EMBED\fR, or \f3APPLET\fR tag, then the \f3appletviewer\fR command does nothing\&. For details about the HTML tags that the \f3appletviewer\fR command supports, see AppletViewer Tags at http://docs\&.oracle\&.com/javase/8/docs/technotes/tools/appletviewertags\&.html
|
|
||||||
.PP
|
|
||||||
The \f3appletviewer\fR command requires encoded URLs according to the escaping mechanism defined in RFC2396\&. Only encoded URLs are supported\&. However, file names must be unencoded, as specified in RFC2396\&.
|
|
||||||
.PP
|
|
||||||
\fINote:\fR The \f3appletviewer\fR command is intended for development purposes only\&. For more information, see About Sample/Test Applications and Code at http://docs\&.oracle\&.com/javase/8/docs/technotes/samples/aboutCodeSamples\&.html
|
|
||||||
.SH OPTIONS
|
|
||||||
.TP
|
|
||||||
-debug
|
|
||||||
.br
|
|
||||||
Starts the Applet Viewer in the Java debugger with the \f3jdb\fR command to debug the applets in the document\&.
|
|
||||||
.TP
|
|
||||||
-encoding \fIencoding-name\fR
|
|
||||||
.br
|
|
||||||
Specifies the input HTML file encoding name\&.
|
|
||||||
.TP
|
|
||||||
-J\fIjavaoption\fR
|
|
||||||
.br
|
|
||||||
Passes the string \f3javaoption\fR as a single argument to the Java interpreter, which runs the Applet Viewer\&. The argument should not contain spaces\&. Multiple argument words must all begin with the prefix \f3-J\fR\&. This is useful for adjusting the compiler\&'s execution environment or memory usage\&.
|
|
||||||
.PP
|
|
||||||
.RE
|
|
||||||
.br
|
|
||||||
'pl 8.5i
|
|
||||||
'bp
|
|
@ -1,24 +0,0 @@
|
|||||||
." Copyright (c) 1995, 2012, Oracle and/or its affiliates. All rights reserved.
|
|
||||||
." DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
||||||
."
|
|
||||||
." This code is free software; you can redistribute it and/or modify it
|
|
||||||
." under the terms of the GNU General Public License version 2 only, as
|
|
||||||
." published by the Free Software Foundation.
|
|
||||||
."
|
|
||||||
." This code is distributed in the hope that it will be useful, but WITHOUT
|
|
||||||
." ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
||||||
." FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
||||||
." version 2 for more details (a copy is included in the LICENSE file that
|
|
||||||
." accompanied this code).
|
|
||||||
."
|
|
||||||
." You should have received a copy of the GNU General Public License version
|
|
||||||
." 2 along with this work; if not, write to the Free Software Foundation,
|
|
||||||
." Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
||||||
."
|
|
||||||
." Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
|
||||||
." or visit www.oracle.com if you need additional information or have any
|
|
||||||
." questions.
|
|
||||||
."
|
|
||||||
.TH appletviewer 1 "07 May 2011"
|
|
||||||
|
|
||||||
.LP
|
|
@ -1,89 +0,0 @@
|
|||||||
'\" t
|
|
||||||
.\" Copyright (c) 1995, 2013, Oracle and/or its affiliates. All rights reserved.
|
|
||||||
.\" DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
||||||
.\"
|
|
||||||
.\" This code is free software; you can redistribute it and/or modify it
|
|
||||||
.\" under the terms of the GNU General Public License version 2 only, as
|
|
||||||
.\" published by the Free Software Foundation.
|
|
||||||
.\"
|
|
||||||
.\" This code is distributed in the hope that it will be useful, but WITHOUT
|
|
||||||
.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
||||||
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
||||||
.\" version 2 for more details (a copy is included in the LICENSE file that
|
|
||||||
.\" accompanied this code).
|
|
||||||
.\"
|
|
||||||
.\" You should have received a copy of the GNU General Public License version
|
|
||||||
.\" 2 along with this work; if not, write to the Free Software Foundation,
|
|
||||||
.\" Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
||||||
.\"
|
|
||||||
.\" Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
|
||||||
.\" or visit www.oracle.com if you need additional information or have any
|
|
||||||
.\" questions.
|
|
||||||
.\"
|
|
||||||
.\" Arch: generic
|
|
||||||
.\" Software: JDK 8
|
|
||||||
.\" Date: 21 November 2013
|
|
||||||
.\" SectDesc: Basic Tools
|
|
||||||
.\" Title: appletviewer.1
|
|
||||||
.\"
|
|
||||||
.if n .pl 99999
|
|
||||||
.TH appletviewer 1 "21 November 2013" "JDK 8" "Basic Tools"
|
|
||||||
.\" -----------------------------------------------------------------
|
|
||||||
.\" * Define some portability stuff
|
|
||||||
.\" -----------------------------------------------------------------
|
|
||||||
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
||||||
.\" http://bugs.debian.org/507673
|
|
||||||
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
|
|
||||||
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
||||||
.ie \n(.g .ds Aq \(aq
|
|
||||||
.el .ds Aq '
|
|
||||||
.\" -----------------------------------------------------------------
|
|
||||||
.\" * set default formatting
|
|
||||||
.\" -----------------------------------------------------------------
|
|
||||||
.\" disable hyphenation
|
|
||||||
.nh
|
|
||||||
.\" disable justification (adjust text to left margin only)
|
|
||||||
.ad l
|
|
||||||
.\" -----------------------------------------------------------------
|
|
||||||
.\" * MAIN CONTENT STARTS HERE *
|
|
||||||
.\" -----------------------------------------------------------------
|
|
||||||
|
|
||||||
.SH NAME
|
|
||||||
appletviewer \- Runs applets outside of a web browser\&.
|
|
||||||
.SH SYNOPSIS
|
|
||||||
.sp
|
|
||||||
.nf
|
|
||||||
|
|
||||||
\fBappletviewer\fR [\fIoptions\fR] \fIurl\fR\&.\&.\&.
|
|
||||||
.fi
|
|
||||||
.sp
|
|
||||||
.TP
|
|
||||||
\fIoptions\fR
|
|
||||||
The command-line options separated by spaces\&. See Options\&.
|
|
||||||
.TP
|
|
||||||
\fIurl\fR
|
|
||||||
The location of the documents or resources to be displayed\&. You can specify multiple URLs separated by spaces\&.
|
|
||||||
.SH DESCRIPTION
|
|
||||||
The \f3appletviewer\fR command connects to the documents or resources designated by \fIurls\fR and displays each applet referenced by the documents in its own window\&. If the documents referred to by urls do not reference any applets with the \f3OBJECT\fR, \f3EMBED\fR, or \f3APPLET\fR tag, then the \f3appletviewer\fR command does nothing\&. For details about the HTML tags that the \f3appletviewer\fR command supports, see AppletViewer Tags at http://docs\&.oracle\&.com/javase/8/docs/technotes/tools/appletviewertags\&.html
|
|
||||||
.PP
|
|
||||||
The \f3appletviewer\fR command requires encoded URLs according to the escaping mechanism defined in RFC2396\&. Only encoded URLs are supported\&. However, file names must be unencoded, as specified in RFC2396\&.
|
|
||||||
.PP
|
|
||||||
\fINote:\fR The \f3appletviewer\fR command is intended for development purposes only\&. For more information, see About Sample/Test Applications and Code at http://docs\&.oracle\&.com/javase/8/docs/technotes/samples/aboutCodeSamples\&.html
|
|
||||||
.SH OPTIONS
|
|
||||||
.TP
|
|
||||||
-debug
|
|
||||||
.br
|
|
||||||
Starts the Applet Viewer in the Java debugger with the \f3jdb\fR command to debug the applets in the document\&.
|
|
||||||
.TP
|
|
||||||
-encoding \fIencoding-name\fR
|
|
||||||
.br
|
|
||||||
Specifies the input HTML file encoding name\&.
|
|
||||||
.TP
|
|
||||||
-J\fIjavaoption\fR
|
|
||||||
.br
|
|
||||||
Passes the string \f3javaoption\fR as a single argument to the Java interpreter, which runs the Applet Viewer\&. The argument should not contain spaces\&. Multiple argument words must all begin with the prefix \f3-J\fR\&. This is useful for adjusting the compiler\&'s execution environment or memory usage\&.
|
|
||||||
.PP
|
|
||||||
.RE
|
|
||||||
.br
|
|
||||||
'pl 8.5i
|
|
||||||
'bp
|
|
@ -1,107 +0,0 @@
|
|||||||
'\" t
|
|
||||||
.\" Copyright (c) 1995, 2014, Oracle and/or its affiliates. All rights reserved.
|
|
||||||
.\" DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
||||||
.\"
|
|
||||||
.\" This code is free software; you can redistribute it and/or modify it
|
|
||||||
.\" under the terms of the GNU General Public License version 2 only, as
|
|
||||||
.\" published by the Free Software Foundation.
|
|
||||||
.\"
|
|
||||||
.\" This code is distributed in the hope that it will be useful, but WITHOUT
|
|
||||||
.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
||||||
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
||||||
.\" version 2 for more details (a copy is included in the LICENSE file that
|
|
||||||
.\" accompanied this code).
|
|
||||||
.\"
|
|
||||||
.\" You should have received a copy of the GNU General Public License version
|
|
||||||
.\" 2 along with this work; if not, write to the Free Software Foundation,
|
|
||||||
.\" Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
||||||
.\"
|
|
||||||
.\" Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
|
||||||
.\" or visit www.oracle.com if you need additional information or have any
|
|
||||||
.\" questions.
|
|
||||||
.\"
|
|
||||||
.\" Title: appletviewer
|
|
||||||
.\" Language: Japanese
|
|
||||||
.\" Date: 2013年11月21日
|
|
||||||
.\" SectDesc: 基本ツール
|
|
||||||
.\" Software: JDK 8
|
|
||||||
.\" Arch: 汎用
|
|
||||||
.\" Part Number: E58103-01
|
|
||||||
.\" Doc ID: JSSON
|
|
||||||
.\"
|
|
||||||
.if n .pl 99999
|
|
||||||
.TH "appletviewer" "1" "2013年11月21日" "JDK 8" "基本ツール"
|
|
||||||
.\" -----------------------------------------------------------------
|
|
||||||
.\" * Define some portability stuff
|
|
||||||
.\" -----------------------------------------------------------------
|
|
||||||
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
||||||
.\" http://bugs.debian.org/507673
|
|
||||||
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
|
|
||||||
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
||||||
.ie \n(.g .ds Aq \(aq
|
|
||||||
.el .ds Aq '
|
|
||||||
.\" -----------------------------------------------------------------
|
|
||||||
.\" * set default formatting
|
|
||||||
.\" -----------------------------------------------------------------
|
|
||||||
.\" disable hyphenation
|
|
||||||
.nh
|
|
||||||
.\" disable justification (adjust text to left margin only)
|
|
||||||
.ad l
|
|
||||||
.\" -----------------------------------------------------------------
|
|
||||||
.\" * MAIN CONTENT STARTS HERE *
|
|
||||||
.\" -----------------------------------------------------------------
|
|
||||||
.SH "名前"
|
|
||||||
appletviewer \- Webブラウザの外側でアプレットを実行します。
|
|
||||||
.SH "概要"
|
|
||||||
.sp
|
|
||||||
.if n \{\
|
|
||||||
.RS 4
|
|
||||||
.\}
|
|
||||||
.nf
|
|
||||||
\fBappletviewer\fR [\fIoptions\fR] \fIurl\fR\&.\&.\&.
|
|
||||||
.fi
|
|
||||||
.if n \{\
|
|
||||||
.RE
|
|
||||||
.\}
|
|
||||||
.PP
|
|
||||||
\fIoptions\fR
|
|
||||||
.RS 4
|
|
||||||
空白で区切られたコマンド行オプション。オプションを参照してください。
|
|
||||||
.RE
|
|
||||||
.PP
|
|
||||||
\fIurl\fR
|
|
||||||
.RS 4
|
|
||||||
表示するドキュメントまたはリソースの場所。空白で区切られた複数のURLを指定できます。
|
|
||||||
.RE
|
|
||||||
.SH "説明"
|
|
||||||
.PP
|
|
||||||
\fBappletviewer\fRコマンドは\fIurls\fRに指定されたドキュメントあるいはリソースと接続して、そのドキュメントが参照するそれぞれのアプレットを独自のウィンドウで表示します。urlsによって参照されたドキュメントが、\fBOBJECT\fR、\fBEMBED\fRまたは\fBAPPLET\fRタグでどのアプレットも参照していない場合、\fBappletviewer\fRコマンドは何も行いません。\fBappletviewer\fRコマンドでサポートされるHTMLタグの詳細は、http://docs\&.oracle\&.com/javase/8/docs/technotes/tools/appletviewertags\&.htmlにある
|
|
||||||
アプレット・ビューア・タグを参照してください。
|
|
||||||
.PP
|
|
||||||
\fBappletviewer\fRコマンドは、RFC2396で定義されたエスケープ・メカニズムに従ってエンコードされたURLを必要とします。サポートされるのは、エンコードされたURLのみです。ただし、ファイル名については、RFC2396の仕様に従ってエンコードを解除しておく必要があります。
|
|
||||||
.PP
|
|
||||||
\fB注意:\fR
|
|
||||||
The
|
|
||||||
\fBappletviewer\fRコマンドは開発専用です。詳細は、http://docs\&.oracle\&.com/javase/8/docs/technotes/samples/aboutCodeSamples\&.htmlにある
|
|
||||||
サンプル/テスト・アプリケーションおよびコードについてを参照してください。
|
|
||||||
.SH "オプション"
|
|
||||||
.PP
|
|
||||||
\-debug
|
|
||||||
.RS 4
|
|
||||||
\fBjdb\fRコマンドを使用してJavaデバッガでアプレット・ビューアを開始して、ドキュメント中のアプレットをデバッグします。
|
|
||||||
.RE
|
|
||||||
.PP
|
|
||||||
\-encoding \fIencoding\-name\fR
|
|
||||||
.RS 4
|
|
||||||
入力HTMLファイルのエンコーディング名を指定します。
|
|
||||||
.RE
|
|
||||||
.PP
|
|
||||||
\-J\fIjavaoption\fR
|
|
||||||
.RS 4
|
|
||||||
文字列\fBjavaoption\fRは、アプレット・ビューアを実行するJavaインタプリタに1つの引数として渡されます。引数にスペースを含めないでください。複数の引数は、すべてが接頭辞\fB\-J\fRで始まる必要があります。これは、コンパイラの実行環境またはメモリー使用の調整に有効です。
|
|
||||||
.RE
|
|
||||||
.PP
|
|
||||||
|
|
||||||
.br
|
|
||||||
'pl 8.5i
|
|
||||||
'bp
|
|
@ -1,89 +0,0 @@
|
|||||||
'\" t
|
|
||||||
.\" Copyright (c) 1995, 2013, Oracle and/or its affiliates. All rights reserved.
|
|
||||||
.\" DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
||||||
.\"
|
|
||||||
.\" This code is free software; you can redistribute it and/or modify it
|
|
||||||
.\" under the terms of the GNU General Public License version 2 only, as
|
|
||||||
.\" published by the Free Software Foundation.
|
|
||||||
.\"
|
|
||||||
.\" This code is distributed in the hope that it will be useful, but WITHOUT
|
|
||||||
.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
||||||
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
||||||
.\" version 2 for more details (a copy is included in the LICENSE file that
|
|
||||||
.\" accompanied this code).
|
|
||||||
.\"
|
|
||||||
.\" You should have received a copy of the GNU General Public License version
|
|
||||||
.\" 2 along with this work; if not, write to the Free Software Foundation,
|
|
||||||
.\" Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
||||||
.\"
|
|
||||||
.\" Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
|
||||||
.\" or visit www.oracle.com if you need additional information or have any
|
|
||||||
.\" questions.
|
|
||||||
.\"
|
|
||||||
.\" Arch: generic
|
|
||||||
.\" Software: JDK 8
|
|
||||||
.\" Date: 21 November 2013
|
|
||||||
.\" SectDesc: Basic Tools
|
|
||||||
.\" Title: appletviewer.1
|
|
||||||
.\"
|
|
||||||
.if n .pl 99999
|
|
||||||
.TH appletviewer 1 "21 November 2013" "JDK 8" "Basic Tools"
|
|
||||||
.\" -----------------------------------------------------------------
|
|
||||||
.\" * Define some portability stuff
|
|
||||||
.\" -----------------------------------------------------------------
|
|
||||||
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
||||||
.\" http://bugs.debian.org/507673
|
|
||||||
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
|
|
||||||
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
||||||
.ie \n(.g .ds Aq \(aq
|
|
||||||
.el .ds Aq '
|
|
||||||
.\" -----------------------------------------------------------------
|
|
||||||
.\" * set default formatting
|
|
||||||
.\" -----------------------------------------------------------------
|
|
||||||
.\" disable hyphenation
|
|
||||||
.nh
|
|
||||||
.\" disable justification (adjust text to left margin only)
|
|
||||||
.ad l
|
|
||||||
.\" -----------------------------------------------------------------
|
|
||||||
.\" * MAIN CONTENT STARTS HERE *
|
|
||||||
.\" -----------------------------------------------------------------
|
|
||||||
|
|
||||||
.SH NAME
|
|
||||||
appletviewer \- Runs applets outside of a web browser\&.
|
|
||||||
.SH SYNOPSIS
|
|
||||||
.sp
|
|
||||||
.nf
|
|
||||||
|
|
||||||
\fBappletviewer\fR [\fIoptions\fR] \fIurl\fR\&.\&.\&.
|
|
||||||
.fi
|
|
||||||
.sp
|
|
||||||
.TP
|
|
||||||
\fIoptions\fR
|
|
||||||
The command-line options separated by spaces\&. See Options\&.
|
|
||||||
.TP
|
|
||||||
\fIurl\fR
|
|
||||||
The location of the documents or resources to be displayed\&. You can specify multiple URLs separated by spaces\&.
|
|
||||||
.SH DESCRIPTION
|
|
||||||
The \f3appletviewer\fR command connects to the documents or resources designated by \fIurls\fR and displays each applet referenced by the documents in its own window\&. If the documents referred to by urls do not reference any applets with the \f3OBJECT\fR, \f3EMBED\fR, or \f3APPLET\fR tag, then the \f3appletviewer\fR command does nothing\&. For details about the HTML tags that the \f3appletviewer\fR command supports, see AppletViewer Tags at http://docs\&.oracle\&.com/javase/8/docs/technotes/tools/appletviewertags\&.html
|
|
||||||
.PP
|
|
||||||
The \f3appletviewer\fR command requires encoded URLs according to the escaping mechanism defined in RFC2396\&. Only encoded URLs are supported\&. However, file names must be unencoded, as specified in RFC2396\&.
|
|
||||||
.PP
|
|
||||||
\fINote:\fR The \f3appletviewer\fR command is intended for development purposes only\&. For more information, see About Sample/Test Applications and Code at http://docs\&.oracle\&.com/javase/8/docs/technotes/samples/aboutCodeSamples\&.html
|
|
||||||
.SH OPTIONS
|
|
||||||
.TP
|
|
||||||
-debug
|
|
||||||
.br
|
|
||||||
Starts the Applet Viewer in the Java debugger with the \f3jdb\fR command to debug the applets in the document\&.
|
|
||||||
.TP
|
|
||||||
-encoding \fIencoding-name\fR
|
|
||||||
.br
|
|
||||||
Specifies the input HTML file encoding name\&.
|
|
||||||
.TP
|
|
||||||
-J\fIjavaoption\fR
|
|
||||||
.br
|
|
||||||
Passes the string \f3javaoption\fR as a single argument to the Java interpreter, which runs the Applet Viewer\&. The argument should not contain spaces\&. Multiple argument words must all begin with the prefix \f3-J\fR\&. This is useful for adjusting the compiler\&'s execution environment or memory usage\&.
|
|
||||||
.PP
|
|
||||||
.RE
|
|
||||||
.br
|
|
||||||
'pl 8.5i
|
|
||||||
'bp
|
|
@ -1,107 +0,0 @@
|
|||||||
'\" t
|
|
||||||
.\" Copyright (c) 1995, 2014, Oracle and/or its affiliates. All rights reserved.
|
|
||||||
.\" DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
||||||
.\"
|
|
||||||
.\" This code is free software; you can redistribute it and/or modify it
|
|
||||||
.\" under the terms of the GNU General Public License version 2 only, as
|
|
||||||
.\" published by the Free Software Foundation.
|
|
||||||
.\"
|
|
||||||
.\" This code is distributed in the hope that it will be useful, but WITHOUT
|
|
||||||
.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
||||||
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
||||||
.\" version 2 for more details (a copy is included in the LICENSE file that
|
|
||||||
.\" accompanied this code).
|
|
||||||
.\"
|
|
||||||
.\" You should have received a copy of the GNU General Public License version
|
|
||||||
.\" 2 along with this work; if not, write to the Free Software Foundation,
|
|
||||||
.\" Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
||||||
.\"
|
|
||||||
.\" Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
|
||||||
.\" or visit www.oracle.com if you need additional information or have any
|
|
||||||
.\" questions.
|
|
||||||
.\"
|
|
||||||
.\" Title: appletviewer
|
|
||||||
.\" Language: Japanese
|
|
||||||
.\" Date: 2013年11月21日
|
|
||||||
.\" SectDesc: 基本ツール
|
|
||||||
.\" Software: JDK 8
|
|
||||||
.\" Arch: 汎用
|
|
||||||
.\" Part Number: E58103-01
|
|
||||||
.\" Doc ID: JSSON
|
|
||||||
.\"
|
|
||||||
.if n .pl 99999
|
|
||||||
.TH "appletviewer" "1" "2013年11月21日" "JDK 8" "基本ツール"
|
|
||||||
.\" -----------------------------------------------------------------
|
|
||||||
.\" * Define some portability stuff
|
|
||||||
.\" -----------------------------------------------------------------
|
|
||||||
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
||||||
.\" http://bugs.debian.org/507673
|
|
||||||
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
|
|
||||||
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
||||||
.ie \n(.g .ds Aq \(aq
|
|
||||||
.el .ds Aq '
|
|
||||||
.\" -----------------------------------------------------------------
|
|
||||||
.\" * set default formatting
|
|
||||||
.\" -----------------------------------------------------------------
|
|
||||||
.\" disable hyphenation
|
|
||||||
.nh
|
|
||||||
.\" disable justification (adjust text to left margin only)
|
|
||||||
.ad l
|
|
||||||
.\" -----------------------------------------------------------------
|
|
||||||
.\" * MAIN CONTENT STARTS HERE *
|
|
||||||
.\" -----------------------------------------------------------------
|
|
||||||
.SH "名前"
|
|
||||||
appletviewer \- Webブラウザの外側でアプレットを実行します。
|
|
||||||
.SH "概要"
|
|
||||||
.sp
|
|
||||||
.if n \{\
|
|
||||||
.RS 4
|
|
||||||
.\}
|
|
||||||
.nf
|
|
||||||
\fBappletviewer\fR [\fIoptions\fR] \fIurl\fR\&.\&.\&.
|
|
||||||
.fi
|
|
||||||
.if n \{\
|
|
||||||
.RE
|
|
||||||
.\}
|
|
||||||
.PP
|
|
||||||
\fIoptions\fR
|
|
||||||
.RS 4
|
|
||||||
空白で区切られたコマンド行オプション。オプションを参照してください。
|
|
||||||
.RE
|
|
||||||
.PP
|
|
||||||
\fIurl\fR
|
|
||||||
.RS 4
|
|
||||||
表示するドキュメントまたはリソースの場所。空白で区切られた複数のURLを指定できます。
|
|
||||||
.RE
|
|
||||||
.SH "説明"
|
|
||||||
.PP
|
|
||||||
\fBappletviewer\fRコマンドは\fIurls\fRに指定されたドキュメントあるいはリソースと接続して、そのドキュメントが参照するそれぞれのアプレットを独自のウィンドウで表示します。urlsによって参照されたドキュメントが、\fBOBJECT\fR、\fBEMBED\fRまたは\fBAPPLET\fRタグでどのアプレットも参照していない場合、\fBappletviewer\fRコマンドは何も行いません。\fBappletviewer\fRコマンドでサポートされるHTMLタグの詳細は、http://docs\&.oracle\&.com/javase/8/docs/technotes/tools/appletviewertags\&.htmlにある
|
|
||||||
アプレット・ビューア・タグを参照してください。
|
|
||||||
.PP
|
|
||||||
\fBappletviewer\fRコマンドは、RFC2396で定義されたエスケープ・メカニズムに従ってエンコードされたURLを必要とします。サポートされるのは、エンコードされたURLのみです。ただし、ファイル名については、RFC2396の仕様に従ってエンコードを解除しておく必要があります。
|
|
||||||
.PP
|
|
||||||
\fB注意:\fR
|
|
||||||
The
|
|
||||||
\fBappletviewer\fRコマンドは開発専用です。詳細は、http://docs\&.oracle\&.com/javase/8/docs/technotes/samples/aboutCodeSamples\&.htmlにある
|
|
||||||
サンプル/テスト・アプリケーションおよびコードについてを参照してください。
|
|
||||||
.SH "オプション"
|
|
||||||
.PP
|
|
||||||
\-debug
|
|
||||||
.RS 4
|
|
||||||
\fBjdb\fRコマンドを使用してJavaデバッガでアプレット・ビューアを開始して、ドキュメント中のアプレットをデバッグします。
|
|
||||||
.RE
|
|
||||||
.PP
|
|
||||||
\-encoding \fIencoding\-name\fR
|
|
||||||
.RS 4
|
|
||||||
入力HTMLファイルのエンコーディング名を指定します。
|
|
||||||
.RE
|
|
||||||
.PP
|
|
||||||
\-J\fIjavaoption\fR
|
|
||||||
.RS 4
|
|
||||||
文字列\fBjavaoption\fRは、アプレット・ビューアを実行するJavaインタプリタに1つの引数として渡されます。引数にスペースを含めないでください。複数の引数は、すべてが接頭辞\fB\-J\fRで始まる必要があります。これは、コンパイラの実行環境またはメモリー使用の調整に有効です。
|
|
||||||
.RE
|
|
||||||
.PP
|
|
||||||
|
|
||||||
.br
|
|
||||||
'pl 8.5i
|
|
||||||
'bp
|
|
@ -1,54 +0,0 @@
|
|||||||
/*
|
|
||||||
* Copyright (c) 2008, 2017, Oracle and/or its affiliates. All rights reserved.
|
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
||||||
*
|
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of the GNU General Public License version 2 only, as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This code is distributed in the hope that it will be useful, but WITHOUT
|
|
||||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
||||||
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
||||||
* version 2 for more details (a copy is included in the LICENSE file that
|
|
||||||
* accompanied this code).
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License version
|
|
||||||
* 2 along with this work; if not, write to the Free Software Foundation,
|
|
||||||
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
||||||
*
|
|
||||||
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
|
||||||
* or visit www.oracle.com if you need additional information or have any
|
|
||||||
* questions.
|
|
||||||
*/
|
|
||||||
|
|
||||||
import java.applet.Applet;
|
|
||||||
import sun.net.www.ParseUtil;
|
|
||||||
import java.io.File;
|
|
||||||
import java.net.MalformedURLException;
|
|
||||||
|
|
||||||
public class IOExceptionIfEncodedURLTest extends Applet{
|
|
||||||
public void init(){
|
|
||||||
}
|
|
||||||
|
|
||||||
public void start(){
|
|
||||||
// We check that appletviewer writes this message to log file
|
|
||||||
System.err.println("the appletviewer started");
|
|
||||||
}
|
|
||||||
|
|
||||||
// We expect that sun.net.www.ParseUtil.fileToEncodedURL works like following
|
|
||||||
// if relative file URL, like this "file:index.html" is processed
|
|
||||||
static String url = "file:IOExceptionIfEncodedURLTest.java";
|
|
||||||
public static final void main(String args[])
|
|
||||||
throws MalformedURLException{
|
|
||||||
System.err.println("prior checking...");
|
|
||||||
String prefix = "file:";
|
|
||||||
String path = ParseUtil.fileToEncodedURL(new File(System.getProperty("user.dir"))).getPath();
|
|
||||||
String filename = url.substring(prefix.length());
|
|
||||||
System.err.println("url="+url+" -> path="+path+",filename="+filename);
|
|
||||||
|
|
||||||
if (!path.endsWith("/") && !filename.startsWith("/")) {
|
|
||||||
throw new RuntimeException("Incorrect '/' processing");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
@ -1,264 +0,0 @@
|
|||||||
#
|
|
||||||
# Copyright (c) 2008, 2017, Oracle and/or its affiliates. All rights reserved.
|
|
||||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
||||||
#
|
|
||||||
# This code is free software; you can redistribute it and/or modify it
|
|
||||||
# under the terms of the GNU General Public License version 2 only, as
|
|
||||||
# published by the Free Software Foundation.
|
|
||||||
#
|
|
||||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
|
||||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
||||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
||||||
# version 2 for more details (a copy is included in the LICENSE file that
|
|
||||||
# accompanied this code).
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License version
|
|
||||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
|
||||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
||||||
#
|
|
||||||
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
|
||||||
# or visit www.oracle.com if you need additional information or have any
|
|
||||||
# questions.
|
|
||||||
#
|
|
||||||
|
|
||||||
#!/bin/ksh -p
|
|
||||||
#
|
|
||||||
# @test IOExceptionIfEncodedURLTest.sh
|
|
||||||
# @key headful
|
|
||||||
# @bug 6193279 6619458 8137087 8186259
|
|
||||||
# @summary REGRESSION: AppletViewer throws IOException when path is encoded URL
|
|
||||||
# @author Dmitry Cherepanov: area=appletviewer
|
|
||||||
# @modules java.base/sun.net.www
|
|
||||||
# java.desktop
|
|
||||||
# @run compile IOExceptionIfEncodedURLTest.java
|
|
||||||
# @run main IOExceptionIfEncodedURLTest
|
|
||||||
# @run shell IOExceptionIfEncodedURLTest.sh
|
|
||||||
|
|
||||||
# Beginning of subroutines:
|
|
||||||
status=1
|
|
||||||
|
|
||||||
#Call this from anywhere to fail the test with an error message
|
|
||||||
# usage: fail "reason why the test failed"
|
|
||||||
fail()
|
|
||||||
{ echo "The test failed :-("
|
|
||||||
echo "$*" 1>&2
|
|
||||||
echo "exit status was $status"
|
|
||||||
exit $status
|
|
||||||
} #end of fail()
|
|
||||||
|
|
||||||
#Call this from anywhere to pass the test with a message
|
|
||||||
# usage: pass "reason why the test passed if applicable"
|
|
||||||
pass()
|
|
||||||
{ echo "The test passed!!!"
|
|
||||||
echo "$*" 1>&2
|
|
||||||
exit 0
|
|
||||||
} #end of pass()
|
|
||||||
|
|
||||||
#Call this to run the test with a file name
|
|
||||||
test()
|
|
||||||
{
|
|
||||||
"${TESTJAVA}"${FILESEP}bin${FILESEP}appletviewer -Xnosecurity ${URL} > err 2>&1 &
|
|
||||||
APPLET_ID=$!
|
|
||||||
sleep 15
|
|
||||||
kill -9 $APPLET_ID
|
|
||||||
|
|
||||||
# these exceptions will be thrown if the test fails
|
|
||||||
cat err | grep "I/O exception while reading"
|
|
||||||
exception=$?
|
|
||||||
if [ $exception = "0" ];
|
|
||||||
then fail "test failed for "${URL}", see err file and CRs #6193279,6329251,6376334"
|
|
||||||
fi
|
|
||||||
|
|
||||||
cat err | grep "java.lang.ClassNotFoundException"
|
|
||||||
exception=$?
|
|
||||||
if [ $exception = "0" ];
|
|
||||||
then fail "test failed for "${URL}", see err file and CRs #6193279,6329251,6376334"
|
|
||||||
fi
|
|
||||||
|
|
||||||
# the applet will log the same message
|
|
||||||
cat err | grep "the appletviewer started"
|
|
||||||
started=$?
|
|
||||||
|
|
||||||
echo $started | grep "2"
|
|
||||||
if [ $? = 0 ] ;
|
|
||||||
then fail "test failed for "${URL}": syntax errors or inaccessible files"
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ $started = "0" ];
|
|
||||||
then echo "the test passed for "${URL}
|
|
||||||
else fail "test failed for "${URL}": the appletviewer behaviour is unexpected: "$started", see err file"
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
# end of subroutines
|
|
||||||
|
|
||||||
|
|
||||||
# The beginning of the script proper
|
|
||||||
|
|
||||||
# Checking for proper OS
|
|
||||||
OS=`uname -s`
|
|
||||||
case "$OS" in
|
|
||||||
SunOS )
|
|
||||||
VAR="One value for Sun"
|
|
||||||
DEFAULT_JDK=/
|
|
||||||
FILESEP="/"
|
|
||||||
PATHSEP=":"
|
|
||||||
TMP="/tmp"
|
|
||||||
;;
|
|
||||||
|
|
||||||
Linux )
|
|
||||||
VAR="A different value for Linux"
|
|
||||||
DEFAULT_JDK=/
|
|
||||||
FILESEP="/"
|
|
||||||
PATHSEP=":"
|
|
||||||
TMP="/tmp"
|
|
||||||
;;
|
|
||||||
|
|
||||||
Darwin )
|
|
||||||
VAR="A different value for MacOSX"
|
|
||||||
DEFAULT_JDK=/usr
|
|
||||||
FILESEP="/"
|
|
||||||
PATHSEP=":"
|
|
||||||
TMP="/tmp"
|
|
||||||
;;
|
|
||||||
|
|
||||||
Windows* )
|
|
||||||
VAR="A different value for Win32"
|
|
||||||
DEFAULT_JDK="C:/Program Files/Java/jdk1.8.0"
|
|
||||||
FILESEP="\\"
|
|
||||||
PATHSEP=";"
|
|
||||||
TMP=`cd "${SystemRoot}/Temp"; echo ${PWD}`
|
|
||||||
;;
|
|
||||||
|
|
||||||
CYGWIN* )
|
|
||||||
VAR="A different value for Cygwin"
|
|
||||||
DEFAULT_JDK="/cygdrive/c/Program\ Files/Java/jdk1.8.0"
|
|
||||||
FILESEP="/"
|
|
||||||
PATHSEP=";"
|
|
||||||
TMP=`cd "${SYSTEMROOT}/Temp"; echo ${PWD}`
|
|
||||||
x="cygpath -m $PWD"
|
|
||||||
PWD=$(eval $x)
|
|
||||||
;;
|
|
||||||
|
|
||||||
AIX )
|
|
||||||
VAR="A different value for AIX"
|
|
||||||
DEFAULT_JDK=/
|
|
||||||
FILESEP="/"
|
|
||||||
PATHSEP=":"
|
|
||||||
TMP="/tmp"
|
|
||||||
;;
|
|
||||||
|
|
||||||
# catch all other OSs
|
|
||||||
* )
|
|
||||||
echo "Unrecognized system! $OS"
|
|
||||||
fail "Unrecognized system! $OS"
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
# 6438730: Only a minimal set of env variables are set for shell tests.
|
|
||||||
# To guarantee that env variable holds correct value we need to set it ourselves.
|
|
||||||
if [ -z "${PWD}" ] ; then
|
|
||||||
PWD=`pwd`
|
|
||||||
fi
|
|
||||||
|
|
||||||
# check that some executable or other file you need is available, abort if not
|
|
||||||
# note that the name of the executable is in the fail string as well.
|
|
||||||
# this is how to check for presence of the compiler, etc.
|
|
||||||
#RESOURCE=`whence SomeProgramOrFileNeeded`
|
|
||||||
#if [ "${RESOURCE}" = "" ] ;
|
|
||||||
# then fail "Need SomeProgramOrFileNeeded to perform the test" ;
|
|
||||||
#fi
|
|
||||||
|
|
||||||
# Want this test to run standalone as well as in the harness, so do the
|
|
||||||
# following to copy the test's directory into the harness's scratch directory
|
|
||||||
# and set all appropriate variables:
|
|
||||||
|
|
||||||
if [ -z "${TESTJAVA}" ] ; then
|
|
||||||
# TESTJAVA is not set, so the test is running stand-alone.
|
|
||||||
# TESTJAVA holds the path to the root directory of the build of the JDK
|
|
||||||
# to be tested. That is, any java files run explicitly in this shell
|
|
||||||
# should use TESTJAVA in the path to the java interpreter.
|
|
||||||
# So, we'll set this to the JDK spec'd on the command line. If none
|
|
||||||
# is given on the command line, tell the user that and use a cheesy
|
|
||||||
# default.
|
|
||||||
# THIS IS THE JDK BEING TESTED.
|
|
||||||
if [ -n "$1" ] ;
|
|
||||||
then TESTJAVA=$1
|
|
||||||
else echo "no JDK specified on command line so using default!"
|
|
||||||
TESTJAVA=$DEFAULT_JDK
|
|
||||||
fi
|
|
||||||
TESTSRC=.
|
|
||||||
TESTCLASSES=.
|
|
||||||
STANDALONE=1;
|
|
||||||
fi
|
|
||||||
echo "JDK under test is: $TESTJAVA"
|
|
||||||
|
|
||||||
#Deal with .class files:
|
|
||||||
if [ -n "${STANDALONE}" ] ;
|
|
||||||
then
|
|
||||||
#if standalone, remind user to cd to dir. containing test before running it
|
|
||||||
echo "Just a reminder: cd to the dir containing this test when running it"
|
|
||||||
# then compile all .java files (if there are any) into .class files
|
|
||||||
if [ -a *.java ] ;
|
|
||||||
then echo "Reminder, this test should be in its own directory with all"
|
|
||||||
echo "supporting files it needs in the directory with it."
|
|
||||||
${TESTJAVA}/bin/javac ./*.java ;
|
|
||||||
fi
|
|
||||||
# else in harness so copy all the class files from where jtreg put them
|
|
||||||
# over to the scratch directory this test is running in.
|
|
||||||
else cp ${TESTCLASSES}/*.class . ;
|
|
||||||
fi
|
|
||||||
|
|
||||||
#if in test harness, then copy the entire directory that the test is in over
|
|
||||||
# to the scratch directory. This catches any support files needed by the test.
|
|
||||||
#if [ -z "${STANDALONE}" ] ;
|
|
||||||
# then cp ${TESTSRC}/* .
|
|
||||||
#fi
|
|
||||||
|
|
||||||
#Just before executing anything, make sure it has executable permission!
|
|
||||||
chmod 777 ./*
|
|
||||||
|
|
||||||
############### YOUR TEST CODE HERE!!!!!!! #############
|
|
||||||
|
|
||||||
#All files required for the test should be in the same directory with
|
|
||||||
# this file. If converting a standalone test to run with the harness,
|
|
||||||
# as long as all files are in the same directory and it returns 0 for
|
|
||||||
# pass, you should be able to cut and paste it into here and it will
|
|
||||||
# run with the test harness.
|
|
||||||
|
|
||||||
# This is an example of running something -- test
|
|
||||||
# The stuff below catches the exit status of test then passes or fails
|
|
||||||
# this shell test as appropriate ( 0 status is considered a pass here )
|
|
||||||
|
|
||||||
# The test verifies that appletviewer correctly works with the different
|
|
||||||
# names of the files, including relative and absolute paths
|
|
||||||
|
|
||||||
# 6619458: exclude left brace from the name of the files managed by the VCS
|
|
||||||
NAME='test.html'
|
|
||||||
|
|
||||||
ENCODED='te%7Bst.html'
|
|
||||||
UNENCODED='te{st.html'
|
|
||||||
|
|
||||||
# Copy needed files into the harness's scratch directory
|
|
||||||
# or create a copy with the required name if the test is
|
|
||||||
# running as stand-alone
|
|
||||||
cp ${TESTSRC}${FILESEP}${NAME} ${UNENCODED}
|
|
||||||
|
|
||||||
# the encoded name, the path is absolute
|
|
||||||
URL="file:"${PWD}${FILESEP}${ENCODED}
|
|
||||||
test
|
|
||||||
|
|
||||||
# the encoded name, the path is relative
|
|
||||||
URL="file:"${ENCODED}
|
|
||||||
test
|
|
||||||
|
|
||||||
# the unencoded name, the path is absolute
|
|
||||||
URL="file:"${PWD}${FILESEP}${UNENCODED}
|
|
||||||
test
|
|
||||||
|
|
||||||
# the unencoded name, the path is relative
|
|
||||||
URL="file:"${UNENCODED}
|
|
||||||
test
|
|
||||||
|
|
||||||
# pick up our toys from the scratch directory
|
|
||||||
rm ${UNENCODED}
|
|
@ -1,44 +0,0 @@
|
|||||||
<!--
|
|
||||||
Copyright (c) 2008, Oracle and/or its affiliates. All rights reserved.
|
|
||||||
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
||||||
|
|
||||||
This code is free software; you can redistribute it and/or modify it
|
|
||||||
under the terms of the GNU General Public License version 2 only, as
|
|
||||||
published by the Free Software Foundation.
|
|
||||||
|
|
||||||
This code is distributed in the hope that it will be useful, but WITHOUT
|
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
||||||
version 2 for more details (a copy is included in the LICENSE file that
|
|
||||||
accompanied this code).
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License version
|
|
||||||
2 along with this work; if not, write to the Free Software Foundation,
|
|
||||||
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
||||||
|
|
||||||
Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
|
||||||
or visit www.oracle.com if you need additional information or have any
|
|
||||||
questions.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<html>
|
|
||||||
<!--
|
|
||||||
test
|
|
||||||
@bug 6193279
|
|
||||||
@summary REGRESSION: AppletViewer throws IOException when path is encoded URL
|
|
||||||
@author Dmitry.Cherepanov@SUN.COM : area=appletviewer
|
|
||||||
@run compile IOExceptionIfEncodedURLTest.java
|
|
||||||
@run shell IOExceptionIfEncodedURLTest.sh
|
|
||||||
-->
|
|
||||||
<head>
|
|
||||||
<title>Started by shell script</title>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
|
|
||||||
<h1>IOExceptionIfEncodedURLTest<br>Bug ID: 6193279</h1>
|
|
||||||
|
|
||||||
<p> See the dialog box (usually in upper left corner) for instructions</p>
|
|
||||||
|
|
||||||
<APPLET CODE="IOExceptionIfEncodedURLTest.class" WIDTH=200 HEIGHT=200></APPLET>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
@ -1,45 +0,0 @@
|
|||||||
<!--
|
|
||||||
Copyright (c) 2007, 2013, Oracle and/or its affiliates. All rights reserved.
|
|
||||||
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
||||||
|
|
||||||
This code is free software; you can redistribute it and/or modify it
|
|
||||||
under the terms of the GNU General Public License version 2 only, as
|
|
||||||
published by the Free Software Foundation.
|
|
||||||
|
|
||||||
This code is distributed in the hope that it will be useful, but WITHOUT
|
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
||||||
version 2 for more details (a copy is included in the LICENSE file that
|
|
||||||
accompanied this code).
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License version
|
|
||||||
2 along with this work; if not, write to the Free Software Foundation,
|
|
||||||
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
||||||
|
|
||||||
Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
|
||||||
or visit www.oracle.com if you need additional information or have any
|
|
||||||
questions.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<title> APL </title>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
Wait until 5 applets have initialised and started and display string
|
|
||||||
messages. Applet 0 and Applet 2 should find one less print service
|
|
||||||
than the rest.
|
|
||||||
Specifically all except Applets 0 and 2 should find a service called
|
|
||||||
Applet N printer where N is the number of the applet. They should *NOT*
|
|
||||||
find Applet M printer (where M != N).
|
|
||||||
|
|
||||||
|
|
||||||
<h1>Applet Print Service Lookup</h1>
|
|
||||||
|
|
||||||
<APPLET CODE="Applet0.class" CODEBASE=applet0 WIDTH=300 HEIGHT=200></APPLET>
|
|
||||||
<APPLET CODE="Applet1.class" ARCHIVE="applet1.jar" CODEBASE=applet1 WIDTH=300 HEIGHT=200></APPLET>
|
|
||||||
<APPLET CODE="Applet2.class" CODEBASE=applet2 WIDTH=300 HEIGHT=200></APPLET>
|
|
||||||
<APPLET CODE="Applet3.class" CODEBASE=applet3 WIDTH=300 HEIGHT=200></APPLET>
|
|
||||||
<APPLET CODE="Applet4.class" CODEBASE=applet4 WIDTH=300 HEIGHT=200></APPLET>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
@ -1,93 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
#
|
|
||||||
# Copyright (c) 2007, Oracle and/or its affiliates. All rights reserved.
|
|
||||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
||||||
#
|
|
||||||
# This code is free software; you can redistribute it and/or modify it
|
|
||||||
# under the terms of the GNU General Public License version 2 only, as
|
|
||||||
# published by the Free Software Foundation.
|
|
||||||
#
|
|
||||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
|
||||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
||||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
||||||
# version 2 for more details (a copy is included in the LICENSE file that
|
|
||||||
# accompanied this code).
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License version
|
|
||||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
|
||||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
||||||
#
|
|
||||||
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
|
||||||
# or visit www.oracle.com if you need additional information or have any
|
|
||||||
# questions.
|
|
||||||
#
|
|
||||||
|
|
||||||
#
|
|
||||||
# @test
|
|
||||||
# @bug 4457046 6592906
|
|
||||||
# @summary checks that applets can lookup print services and will not
|
|
||||||
# see services registered by other applets from difference code bases.
|
|
||||||
# @run shell/manual AppletPrintLookup.sh
|
|
||||||
|
|
||||||
echo "TESTJAVA=${TESTJAVA}"
|
|
||||||
echo "TESTSRC=${TESTSRC}"
|
|
||||||
echo "TESTCLASSES=${TESTCLASSES}"
|
|
||||||
|
|
||||||
echo "Wait until 5 applets have initialised and started and display string"
|
|
||||||
echo "messages. Applet 0 and Applet 2 should find one less print service"
|
|
||||||
echo "than the rest."
|
|
||||||
echo "Specifically all except Applets 0 and 2 should find a service called"
|
|
||||||
echo "Applet N printer where N is the number of the applet. They should NOT"
|
|
||||||
echo "find Applet M printer (where M != N)."
|
|
||||||
|
|
||||||
OS=`uname -s`
|
|
||||||
|
|
||||||
SEP="/"
|
|
||||||
OS=`uname -s`
|
|
||||||
case "$OS" in
|
|
||||||
Win* )
|
|
||||||
echo "WINDOWS"
|
|
||||||
SEP="\\"
|
|
||||||
;;
|
|
||||||
* )
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
JAVAC_CMD=${TESTJAVA}${SEP}bin${SEP}javac
|
|
||||||
|
|
||||||
(cd ${TESTSRC} ; ${JAVAC_CMD} -d ${TESTCLASSES} YesNo.java)
|
|
||||||
|
|
||||||
mkdir -p ${TESTCLASSES}${SEP}applet0
|
|
||||||
(cd ${TESTSRC}${SEP}applet0 ; ${JAVAC_CMD} -d ${TESTCLASSES}${SEP}applet0 Applet0.java)
|
|
||||||
|
|
||||||
mkdir -p ${TESTCLASSES}${SEP}applet1
|
|
||||||
(cd ${TESTSRC}${SEP}applet1 ; ${JAVAC_CMD} -d ${TESTCLASSES}${SEP}applet1 Applet1.java Applet1PrintService.java Applet1PrintServiceLookup.java)
|
|
||||||
rm -rf ${TESTCLASSES}${SEP}applet1/META-INF/services
|
|
||||||
mkdir -p ${TESTCLASSES}${SEP}applet1/META-INF/services
|
|
||||||
cp -p ${TESTSRC}${SEP}applet1/META-INF/services/javax.print.PrintServiceLookup ${TESTCLASSES}${SEP}applet1/META-INF/services
|
|
||||||
(cd ${TESTCLASSES}${SEP}applet1 ; ${TESTJAVA}${SEP}bin${SEP}jar -cf applet1.jar *.class META-INF)
|
|
||||||
|
|
||||||
mkdir -p ${TESTCLASSES}${SEP}applet2
|
|
||||||
(cd ${TESTSRC}${SEP}applet2 ; ${JAVAC_CMD} -d ${TESTCLASSES}${SEP}applet2 Applet2.java Applet2PrintService.java Applet2PrintServiceLookup.java)
|
|
||||||
|
|
||||||
mkdir -p ${TESTCLASSES}${SEP}applet3
|
|
||||||
(cd ${TESTSRC}${SEP}applet3 ; ${JAVAC_CMD} -d ${TESTCLASSES}${SEP}applet3 Applet3.java Applet3PrintService.java)
|
|
||||||
|
|
||||||
mkdir -p ${TESTCLASSES}${SEP}applet4
|
|
||||||
(cd ${TESTSRC}${SEP}applet4 ; ${JAVAC_CMD} -d ${TESTCLASSES}${SEP}applet4 Applet4.java Applet4PrintService.java Applet4PrintServiceLookup.java)
|
|
||||||
|
|
||||||
cp ${TESTSRC}${SEP}AppletPrintLookup.html ${TESTCLASSES}
|
|
||||||
|
|
||||||
${TESTJAVA}${SEP}bin${SEP}appletviewer ${TESTCLASSES}${SEP}AppletPrintLookup.html &
|
|
||||||
|
|
||||||
cd ${TESTCLASSES}
|
|
||||||
${TESTJAVA}${SEP}bin${SEP}java ${TESTVMOPTS} YesNo
|
|
||||||
if [ $? -ne 0 ]
|
|
||||||
then
|
|
||||||
echo "Test fails!"
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
echo "Test passes."
|
|
||||||
exit 0
|
|
@ -1,76 +0,0 @@
|
|||||||
/*
|
|
||||||
* Copyright (c) 2001, Oracle and/or its affiliates. All rights reserved.
|
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
||||||
*
|
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of the GNU General Public License version 2 only, as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This code is distributed in the hope that it will be useful, but WITHOUT
|
|
||||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
||||||
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
||||||
* version 2 for more details (a copy is included in the LICENSE file that
|
|
||||||
* accompanied this code).
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License version
|
|
||||||
* 2 along with this work; if not, write to the Free Software Foundation,
|
|
||||||
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
||||||
*
|
|
||||||
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
|
||||||
* or visit www.oracle.com if you need additional information or have any
|
|
||||||
* questions.
|
|
||||||
*/
|
|
||||||
|
|
||||||
import java.awt.*;
|
|
||||||
import java.awt.event.*;
|
|
||||||
|
|
||||||
public class YesNo extends Panel implements ActionListener {
|
|
||||||
|
|
||||||
static String nl = System.getProperty("line.Separator", "\n");
|
|
||||||
static String instructions =
|
|
||||||
"Wait until 5 applets have initialised and started and display string"
|
|
||||||
+nl+
|
|
||||||
"messages. Applet 0 and Applet 2 should find one less print service"
|
|
||||||
+nl+
|
|
||||||
"than the rest."
|
|
||||||
+nl+
|
|
||||||
"Specifically all except Applets 0 and 2 should find a service called"
|
|
||||||
+nl+
|
|
||||||
"Applet N printer where N is the number of the applet."
|
|
||||||
+nl+
|
|
||||||
"They should *NOT* find Applet M printer (where M != N)."
|
|
||||||
+nl+
|
|
||||||
"After deciding if the test passes, Quit appletviewer, and next"
|
|
||||||
+nl+
|
|
||||||
"Select either the Pass or Fail button below";
|
|
||||||
|
|
||||||
|
|
||||||
public static void main(String args[]) {
|
|
||||||
Frame f = new Frame("Test Execution Instructions");
|
|
||||||
f.setLayout(new BorderLayout());
|
|
||||||
TextArea ta = new TextArea(instructions, 12,80);
|
|
||||||
ta.setEditable(false);
|
|
||||||
f.add(BorderLayout.CENTER, ta);
|
|
||||||
f.add(BorderLayout.SOUTH, new YesNo());
|
|
||||||
f.pack();
|
|
||||||
f.setVisible(true);
|
|
||||||
}
|
|
||||||
|
|
||||||
public YesNo() {
|
|
||||||
Button pass = new Button("Pass");
|
|
||||||
Button fail = new Button("Fail");
|
|
||||||
pass.addActionListener(this);
|
|
||||||
fail.addActionListener(this);
|
|
||||||
add(pass);
|
|
||||||
add(fail);
|
|
||||||
}
|
|
||||||
|
|
||||||
public void actionPerformed(ActionEvent e) {
|
|
||||||
if (e.getActionCommand().equals("Pass")) {
|
|
||||||
System.exit(0);
|
|
||||||
} else {
|
|
||||||
System.exit(-1);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
@ -1,69 +0,0 @@
|
|||||||
/*
|
|
||||||
* Copyright (c) 2001, Oracle and/or its affiliates. All rights reserved.
|
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
||||||
*
|
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of the GNU General Public License version 2 only, as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This code is distributed in the hope that it will be useful, but WITHOUT
|
|
||||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
||||||
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
||||||
* version 2 for more details (a copy is included in the LICENSE file that
|
|
||||||
* accompanied this code).
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License version
|
|
||||||
* 2 along with this work; if not, write to the Free Software Foundation,
|
|
||||||
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
||||||
*
|
|
||||||
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
|
||||||
* or visit www.oracle.com if you need additional information or have any
|
|
||||||
* questions.
|
|
||||||
*/
|
|
||||||
|
|
||||||
import javax.print.*;
|
|
||||||
import java.applet.*;
|
|
||||||
import java.awt.*;
|
|
||||||
|
|
||||||
public class Applet0 extends Applet {
|
|
||||||
|
|
||||||
String name = "Applet 0 ";
|
|
||||||
PrintService defServ = null;
|
|
||||||
PrintService[] allServices = null;
|
|
||||||
StreamPrintServiceFactory []fact = null;
|
|
||||||
|
|
||||||
public void init() {
|
|
||||||
defServ = PrintServiceLookup.lookupDefaultPrintService();
|
|
||||||
|
|
||||||
allServices = PrintServiceLookup.lookupPrintServices(null,null);
|
|
||||||
|
|
||||||
fact = StreamPrintServiceFactory.lookupStreamPrintServiceFactories(
|
|
||||||
DocFlavor.SERVICE_FORMATTED.PRINTABLE,
|
|
||||||
DocFlavor.BYTE_ARRAY.POSTSCRIPT.getMimeType());
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
public void paint(Graphics g) {
|
|
||||||
g.drawString("This is " + name, 10, 20);
|
|
||||||
g.drawString("Default print service="+defServ,10,40);
|
|
||||||
g.drawString("Number of print services="+allServices.length,10,60);
|
|
||||||
g.drawString("Number of PS stream services="+fact.length,10,80);
|
|
||||||
int y=100;
|
|
||||||
for (int i=0;i<allServices.length;i++) {
|
|
||||||
if (allServices[i].getName().startsWith("Applet ")) {
|
|
||||||
g.drawString("Found service : "+allServices[i].getName(),10,y);
|
|
||||||
y+=20;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
public static void main(String[] args) {
|
|
||||||
Applet0 applet = new Applet0();
|
|
||||||
applet.init();
|
|
||||||
Frame f = new Frame("Print Lookup Test");
|
|
||||||
f.add(applet);
|
|
||||||
f.setSize(300,200);
|
|
||||||
f.show();
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
@ -1,70 +0,0 @@
|
|||||||
/*
|
|
||||||
* Copyright (c) 2001, Oracle and/or its affiliates. All rights reserved.
|
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
||||||
*
|
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of the GNU General Public License version 2 only, as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This code is distributed in the hope that it will be useful, but WITHOUT
|
|
||||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
||||||
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
||||||
* version 2 for more details (a copy is included in the LICENSE file that
|
|
||||||
* accompanied this code).
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License version
|
|
||||||
* 2 along with this work; if not, write to the Free Software Foundation,
|
|
||||||
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
||||||
*
|
|
||||||
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
|
||||||
* or visit www.oracle.com if you need additional information or have any
|
|
||||||
* questions.
|
|
||||||
*/
|
|
||||||
|
|
||||||
import javax.print.*;
|
|
||||||
import java.applet.*;
|
|
||||||
import java.awt.*;
|
|
||||||
|
|
||||||
public class Applet1 extends Applet {
|
|
||||||
|
|
||||||
String name = "Applet 1 ";
|
|
||||||
PrintService defServ = null;
|
|
||||||
PrintService[] allServices = null;
|
|
||||||
StreamPrintServiceFactory []fact = null;
|
|
||||||
|
|
||||||
public void init() {
|
|
||||||
defServ = PrintServiceLookup.lookupDefaultPrintService();
|
|
||||||
|
|
||||||
allServices = PrintServiceLookup.lookupPrintServices(null,null);
|
|
||||||
|
|
||||||
fact = StreamPrintServiceFactory.lookupStreamPrintServiceFactories(
|
|
||||||
DocFlavor.SERVICE_FORMATTED.PRINTABLE,
|
|
||||||
DocFlavor.BYTE_ARRAY.POSTSCRIPT.getMimeType());
|
|
||||||
}
|
|
||||||
|
|
||||||
public void paint(Graphics g) {
|
|
||||||
g.drawString("This is " + name, 10, 20);
|
|
||||||
g.drawString("Default print service="+defServ,10,40);
|
|
||||||
g.drawString("Number of print services="+allServices.length,10,60);
|
|
||||||
g.drawString("Number of PS stream services="+fact.length,10,80);
|
|
||||||
int y=100;
|
|
||||||
for (int i=0;i<allServices.length;i++) {
|
|
||||||
if (allServices[i] instanceof Applet1PrintService ||
|
|
||||||
allServices[i].getName().startsWith("Applet ")) {
|
|
||||||
g.drawString("Found service : "+allServices[i].getName(),10,y);
|
|
||||||
y+=20;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
public static void main(String[] args) {
|
|
||||||
Applet1 applet = new Applet1();
|
|
||||||
applet.init();
|
|
||||||
Frame f = new Frame("Print Lookup Test");
|
|
||||||
f.add(applet);
|
|
||||||
f.setSize(300,200);
|
|
||||||
f.show();
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
@ -1,119 +0,0 @@
|
|||||||
/*
|
|
||||||
* Copyright (c) 2001, Oracle and/or its affiliates. All rights reserved.
|
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
||||||
*
|
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of the GNU General Public License version 2 only, as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This code is distributed in the hope that it will be useful, but WITHOUT
|
|
||||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
||||||
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
||||||
* version 2 for more details (a copy is included in the LICENSE file that
|
|
||||||
* accompanied this code).
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License version
|
|
||||||
* 2 along with this work; if not, write to the Free Software Foundation,
|
|
||||||
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
||||||
*
|
|
||||||
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
|
||||||
* or visit www.oracle.com if you need additional information or have any
|
|
||||||
* questions.
|
|
||||||
*/
|
|
||||||
|
|
||||||
import javax.print.*;
|
|
||||||
import javax.print.attribute.*;
|
|
||||||
import javax.print.event.*;
|
|
||||||
|
|
||||||
public class Applet1PrintService implements PrintService {
|
|
||||||
|
|
||||||
|
|
||||||
public Applet1PrintService() {
|
|
||||||
}
|
|
||||||
|
|
||||||
public String getName() {
|
|
||||||
return "Applet 1 Printer";
|
|
||||||
}
|
|
||||||
|
|
||||||
public DocPrintJob createPrintJob() {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
public PrintServiceAttributeSet getUpdatedAttributes() {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void addPrintServiceAttributeListener(
|
|
||||||
PrintServiceAttributeListener listener) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void removePrintServiceAttributeListener(
|
|
||||||
PrintServiceAttributeListener listener) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
public PrintServiceAttribute getAttribute(Class category) {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
public PrintServiceAttributeSet getAttributes() {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
public DocFlavor[] getSupportedDocFlavors() {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
public boolean isDocFlavorSupported(DocFlavor flavor) {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
public Class[] getSupportedAttributeCategories() {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
public boolean isAttributeCategorySupported(Class category) {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
public Object getDefaultAttributeValue(Class category) {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
public Object getSupportedAttributeValues(Class category,
|
|
||||||
DocFlavor flavor,
|
|
||||||
AttributeSet attributes) {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
public boolean isAttributeValueSupported(Attribute attr,
|
|
||||||
DocFlavor flavor,
|
|
||||||
AttributeSet attributes) {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
public AttributeSet getUnsupportedAttributes(DocFlavor flavor,
|
|
||||||
AttributeSet attributes) {
|
|
||||||
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
public ServiceUIFactory getServiceUIFactory() {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
public String toString() {
|
|
||||||
return "Printer : " + getName();
|
|
||||||
}
|
|
||||||
|
|
||||||
public boolean equals(Object obj) {
|
|
||||||
return (obj == this ||
|
|
||||||
(obj instanceof Applet1PrintService &&
|
|
||||||
((Applet1PrintService)obj).getName().equals(getName())));
|
|
||||||
}
|
|
||||||
|
|
||||||
public int hashCode() {
|
|
||||||
return this.getClass().hashCode()+getName().hashCode();
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
@ -1,56 +0,0 @@
|
|||||||
/*
|
|
||||||
* Copyright (c) 2001, Oracle and/or its affiliates. All rights reserved.
|
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
||||||
*
|
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of the GNU General Public License version 2 only, as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This code is distributed in the hope that it will be useful, but WITHOUT
|
|
||||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
||||||
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
||||||
* version 2 for more details (a copy is included in the LICENSE file that
|
|
||||||
* accompanied this code).
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License version
|
|
||||||
* 2 along with this work; if not, write to the Free Software Foundation,
|
|
||||||
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
||||||
*
|
|
||||||
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
|
||||||
* or visit www.oracle.com if you need additional information or have any
|
|
||||||
* questions.
|
|
||||||
*/
|
|
||||||
|
|
||||||
import javax.print.*;
|
|
||||||
import javax.print.attribute.*;
|
|
||||||
|
|
||||||
public class Applet1PrintServiceLookup extends PrintServiceLookup {
|
|
||||||
PrintService defaultPrintService = null;
|
|
||||||
|
|
||||||
public synchronized PrintService[] getPrintServices() {
|
|
||||||
PrintService []printServices = new PrintService[1];
|
|
||||||
printServices[0] = getDefaultPrintService();
|
|
||||||
return printServices;
|
|
||||||
}
|
|
||||||
|
|
||||||
public PrintService[] getPrintServices(DocFlavor flavor,
|
|
||||||
AttributeSet attributes) {
|
|
||||||
|
|
||||||
return getPrintServices();
|
|
||||||
}
|
|
||||||
|
|
||||||
public MultiDocPrintService[]
|
|
||||||
getMultiDocPrintServices(DocFlavor[] flavors,
|
|
||||||
AttributeSet attributes) {
|
|
||||||
|
|
||||||
return new MultiDocPrintService[0];
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
public synchronized PrintService getDefaultPrintService() {
|
|
||||||
if (defaultPrintService == null) {
|
|
||||||
defaultPrintService = new Applet1PrintService();
|
|
||||||
}
|
|
||||||
return defaultPrintService;
|
|
||||||
}
|
|
||||||
}
|
|
@ -1 +0,0 @@
|
|||||||
Applet1PrintServiceLookup
|
|
@ -1,71 +0,0 @@
|
|||||||
/*
|
|
||||||
* Copyright (c) 2001, Oracle and/or its affiliates. All rights reserved.
|
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
||||||
*
|
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of the GNU General Public License version 2 only, as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This code is distributed in the hope that it will be useful, but WITHOUT
|
|
||||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
||||||
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
||||||
* version 2 for more details (a copy is included in the LICENSE file that
|
|
||||||
* accompanied this code).
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License version
|
|
||||||
* 2 along with this work; if not, write to the Free Software Foundation,
|
|
||||||
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
||||||
*
|
|
||||||
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
|
||||||
* or visit www.oracle.com if you need additional information or have any
|
|
||||||
* questions.
|
|
||||||
*/
|
|
||||||
|
|
||||||
import javax.print.*;
|
|
||||||
import java.applet.*;
|
|
||||||
import java.awt.*;
|
|
||||||
|
|
||||||
public class Applet2 extends Applet {
|
|
||||||
|
|
||||||
String name = "Applet 2 ";
|
|
||||||
PrintService defServ = null;
|
|
||||||
PrintService[] allServices = null;
|
|
||||||
StreamPrintServiceFactory []fact = null;
|
|
||||||
|
|
||||||
public void init() {
|
|
||||||
defServ = PrintServiceLookup.lookupDefaultPrintService();
|
|
||||||
|
|
||||||
allServices = PrintServiceLookup.lookupPrintServices(null,null);
|
|
||||||
|
|
||||||
fact = StreamPrintServiceFactory.lookupStreamPrintServiceFactories(
|
|
||||||
DocFlavor.SERVICE_FORMATTED.PRINTABLE,
|
|
||||||
DocFlavor.BYTE_ARRAY.POSTSCRIPT.getMimeType());
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
public void paint(Graphics g) {
|
|
||||||
g.drawString("This is " + name, 10, 20);
|
|
||||||
g.drawString("Default print service="+defServ,10,40);
|
|
||||||
g.drawString("Number of print services="+allServices.length,10,60);
|
|
||||||
g.drawString("Number of PS stream services="+fact.length,10,80);
|
|
||||||
int y=100;
|
|
||||||
for (int i=0;i<allServices.length;i++) {
|
|
||||||
if (allServices[i] instanceof Applet2PrintService ||
|
|
||||||
allServices[i].getName().startsWith("Applet ")) {
|
|
||||||
g.drawString("Found service : "+allServices[i].getName(),10,y);
|
|
||||||
y+=20;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
public static void main(String[] args) {
|
|
||||||
Applet2 applet = new Applet2();
|
|
||||||
applet.init();
|
|
||||||
Frame f = new Frame("Print Lookup Test");
|
|
||||||
f.add(applet);
|
|
||||||
f.setSize(300,200);
|
|
||||||
f.show();
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
@ -1,119 +0,0 @@
|
|||||||
/*
|
|
||||||
* Copyright (c) 2001, Oracle and/or its affiliates. All rights reserved.
|
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
||||||
*
|
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of the GNU General Public License version 2 only, as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This code is distributed in the hope that it will be useful, but WITHOUT
|
|
||||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
||||||
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
||||||
* version 2 for more details (a copy is included in the LICENSE file that
|
|
||||||
* accompanied this code).
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License version
|
|
||||||
* 2 along with this work; if not, write to the Free Software Foundation,
|
|
||||||
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
||||||
*
|
|
||||||
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
|
||||||
* or visit www.oracle.com if you need additional information or have any
|
|
||||||
* questions.
|
|
||||||
*/
|
|
||||||
|
|
||||||
import javax.print.*;
|
|
||||||
import javax.print.attribute.*;
|
|
||||||
import javax.print.event.*;
|
|
||||||
|
|
||||||
public class Applet2PrintService implements PrintService {
|
|
||||||
|
|
||||||
|
|
||||||
public Applet2PrintService() {
|
|
||||||
}
|
|
||||||
|
|
||||||
public String getName() {
|
|
||||||
return "Applet 2 Printer";
|
|
||||||
}
|
|
||||||
|
|
||||||
public DocPrintJob createPrintJob() {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
public PrintServiceAttributeSet getUpdatedAttributes() {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void addPrintServiceAttributeListener(
|
|
||||||
PrintServiceAttributeListener listener) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void removePrintServiceAttributeListener(
|
|
||||||
PrintServiceAttributeListener listener) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
public PrintServiceAttribute getAttribute(Class category) {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
public PrintServiceAttributeSet getAttributes() {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
public DocFlavor[] getSupportedDocFlavors() {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
public boolean isDocFlavorSupported(DocFlavor flavor) {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
public Class[] getSupportedAttributeCategories() {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
public boolean isAttributeCategorySupported(Class category) {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
public Object getDefaultAttributeValue(Class category) {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
public Object getSupportedAttributeValues(Class category,
|
|
||||||
DocFlavor flavor,
|
|
||||||
AttributeSet attributes) {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
public boolean isAttributeValueSupported(Attribute attr,
|
|
||||||
DocFlavor flavor,
|
|
||||||
AttributeSet attributes) {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
public AttributeSet getUnsupportedAttributes(DocFlavor flavor,
|
|
||||||
AttributeSet attributes) {
|
|
||||||
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
public ServiceUIFactory getServiceUIFactory() {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
public String toString() {
|
|
||||||
return "Printer : " + getName();
|
|
||||||
}
|
|
||||||
|
|
||||||
public boolean equals(Object obj) {
|
|
||||||
return (obj == this ||
|
|
||||||
(obj instanceof Applet2PrintService &&
|
|
||||||
((Applet2PrintService)obj).getName().equals(getName())));
|
|
||||||
}
|
|
||||||
|
|
||||||
public int hashCode() {
|
|
||||||
return this.getClass().hashCode()+getName().hashCode();
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
@ -1,56 +0,0 @@
|
|||||||
/*
|
|
||||||
* Copyright (c) 2001, Oracle and/or its affiliates. All rights reserved.
|
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
||||||
*
|
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of the GNU General Public License version 2 only, as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This code is distributed in the hope that it will be useful, but WITHOUT
|
|
||||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
||||||
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
||||||
* version 2 for more details (a copy is included in the LICENSE file that
|
|
||||||
* accompanied this code).
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License version
|
|
||||||
* 2 along with this work; if not, write to the Free Software Foundation,
|
|
||||||
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
||||||
*
|
|
||||||
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
|
||||||
* or visit www.oracle.com if you need additional information or have any
|
|
||||||
* questions.
|
|
||||||
*/
|
|
||||||
|
|
||||||
import javax.print.*;
|
|
||||||
import javax.print.attribute.*;
|
|
||||||
|
|
||||||
public class Applet2PrintServiceLookup extends PrintServiceLookup {
|
|
||||||
PrintService defaultPrintService = null;
|
|
||||||
|
|
||||||
public synchronized PrintService[] getPrintServices() {
|
|
||||||
PrintService []printServices = new PrintService[1];
|
|
||||||
printServices[0] = getDefaultPrintService();
|
|
||||||
return printServices;
|
|
||||||
}
|
|
||||||
|
|
||||||
public PrintService[] getPrintServices(DocFlavor flavor,
|
|
||||||
AttributeSet attributes) {
|
|
||||||
|
|
||||||
return getPrintServices();
|
|
||||||
}
|
|
||||||
|
|
||||||
public MultiDocPrintService[]
|
|
||||||
getMultiDocPrintServices(DocFlavor[] flavors,
|
|
||||||
AttributeSet attributes) {
|
|
||||||
|
|
||||||
return new MultiDocPrintService[0];
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
public synchronized PrintService getDefaultPrintService() {
|
|
||||||
if (defaultPrintService == null) {
|
|
||||||
defaultPrintService = new Applet2PrintService();
|
|
||||||
}
|
|
||||||
return defaultPrintService;
|
|
||||||
}
|
|
||||||
}
|
|
@ -1 +0,0 @@
|
|||||||
Applet2PrintServiceLookup
|
|
@ -1,71 +0,0 @@
|
|||||||
/*
|
|
||||||
* Copyright (c) 2001, Oracle and/or its affiliates. All rights reserved.
|
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
||||||
*
|
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of the GNU General Public License version 2 only, as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This code is distributed in the hope that it will be useful, but WITHOUT
|
|
||||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
||||||
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
||||||
* version 2 for more details (a copy is included in the LICENSE file that
|
|
||||||
* accompanied this code).
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License version
|
|
||||||
* 2 along with this work; if not, write to the Free Software Foundation,
|
|
||||||
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
||||||
*
|
|
||||||
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
|
||||||
* or visit www.oracle.com if you need additional information or have any
|
|
||||||
* questions.
|
|
||||||
*/
|
|
||||||
|
|
||||||
import javax.print.*;
|
|
||||||
import java.applet.*;
|
|
||||||
import java.awt.*;
|
|
||||||
|
|
||||||
public class Applet3 extends Applet {
|
|
||||||
|
|
||||||
String name = "Applet 3 ";
|
|
||||||
PrintService defServ = null;
|
|
||||||
PrintService[] allServices = null;
|
|
||||||
StreamPrintServiceFactory []fact = null;
|
|
||||||
|
|
||||||
public void init() {
|
|
||||||
PrintServiceLookup.registerService(new Applet3PrintService());
|
|
||||||
defServ = PrintServiceLookup.lookupDefaultPrintService();
|
|
||||||
|
|
||||||
allServices = PrintServiceLookup.lookupPrintServices(null,null);
|
|
||||||
|
|
||||||
fact = StreamPrintServiceFactory.lookupStreamPrintServiceFactories(
|
|
||||||
DocFlavor.SERVICE_FORMATTED.PRINTABLE,
|
|
||||||
DocFlavor.BYTE_ARRAY.POSTSCRIPT.getMimeType());
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
public void paint(Graphics g) {
|
|
||||||
g.drawString("This is " + name, 10, 20);
|
|
||||||
g.drawString("Default print service="+defServ,10,40);
|
|
||||||
g.drawString("Number of print services="+allServices.length,10,60);
|
|
||||||
g.drawString("Number of PS stream services="+fact.length,10,80);
|
|
||||||
int y=100;
|
|
||||||
for (int i=0;i<allServices.length;i++) {
|
|
||||||
if (allServices[i].getName().startsWith("Applet ")) {
|
|
||||||
g.drawString("Found service : "+allServices[i].getName(),10,y);
|
|
||||||
y+=20;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
public static void main(String[] args) {
|
|
||||||
Applet3 applet = new Applet3();
|
|
||||||
applet.init();
|
|
||||||
Frame f = new Frame("Print Lookup Test");
|
|
||||||
f.add(applet);
|
|
||||||
f.setSize(300,200);
|
|
||||||
f.show();
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
@ -1,119 +0,0 @@
|
|||||||
/*
|
|
||||||
* Copyright (c) 2001, Oracle and/or its affiliates. All rights reserved.
|
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
||||||
*
|
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of the GNU General Public License version 2 only, as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This code is distributed in the hope that it will be useful, but WITHOUT
|
|
||||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
||||||
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
||||||
* version 2 for more details (a copy is included in the LICENSE file that
|
|
||||||
* accompanied this code).
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License version
|
|
||||||
* 2 along with this work; if not, write to the Free Software Foundation,
|
|
||||||
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
||||||
*
|
|
||||||
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
|
||||||
* or visit www.oracle.com if you need additional information or have any
|
|
||||||
* questions.
|
|
||||||
*/
|
|
||||||
|
|
||||||
import javax.print.*;
|
|
||||||
import javax.print.attribute.*;
|
|
||||||
import javax.print.event.*;
|
|
||||||
|
|
||||||
public class Applet3PrintService implements PrintService {
|
|
||||||
|
|
||||||
|
|
||||||
public Applet3PrintService() {
|
|
||||||
}
|
|
||||||
|
|
||||||
public String getName() {
|
|
||||||
return "Applet 3 Printer";
|
|
||||||
}
|
|
||||||
|
|
||||||
public DocPrintJob createPrintJob() {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
public PrintServiceAttributeSet getUpdatedAttributes() {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void addPrintServiceAttributeListener(
|
|
||||||
PrintServiceAttributeListener listener) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void removePrintServiceAttributeListener(
|
|
||||||
PrintServiceAttributeListener listener) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
public PrintServiceAttribute getAttribute(Class category) {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
public PrintServiceAttributeSet getAttributes() {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
public DocFlavor[] getSupportedDocFlavors() {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
public boolean isDocFlavorSupported(DocFlavor flavor) {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
public Class[] getSupportedAttributeCategories() {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
public boolean isAttributeCategorySupported(Class category) {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
public Object getDefaultAttributeValue(Class category) {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
public Object getSupportedAttributeValues(Class category,
|
|
||||||
DocFlavor flavor,
|
|
||||||
AttributeSet attributes) {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
public boolean isAttributeValueSupported(Attribute attr,
|
|
||||||
DocFlavor flavor,
|
|
||||||
AttributeSet attributes) {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
public AttributeSet getUnsupportedAttributes(DocFlavor flavor,
|
|
||||||
AttributeSet attributes) {
|
|
||||||
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
public ServiceUIFactory getServiceUIFactory() {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
public String toString() {
|
|
||||||
return "Printer : " + getName();
|
|
||||||
}
|
|
||||||
|
|
||||||
public boolean equals(Object obj) {
|
|
||||||
return (obj == this ||
|
|
||||||
(obj instanceof Applet3PrintService &&
|
|
||||||
((Applet3PrintService)obj).getName().equals(getName())));
|
|
||||||
}
|
|
||||||
|
|
||||||
public int hashCode() {
|
|
||||||
return this.getClass().hashCode()+getName().hashCode();
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
@ -1,72 +0,0 @@
|
|||||||
/*
|
|
||||||
* Copyright (c) 2001, Oracle and/or its affiliates. All rights reserved.
|
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
||||||
*
|
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of the GNU General Public License version 2 only, as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This code is distributed in the hope that it will be useful, but WITHOUT
|
|
||||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
||||||
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
||||||
* version 2 for more details (a copy is included in the LICENSE file that
|
|
||||||
* accompanied this code).
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License version
|
|
||||||
* 2 along with this work; if not, write to the Free Software Foundation,
|
|
||||||
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
||||||
*
|
|
||||||
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
|
||||||
* or visit www.oracle.com if you need additional information or have any
|
|
||||||
* questions.
|
|
||||||
*/
|
|
||||||
|
|
||||||
import javax.print.*;
|
|
||||||
import java.applet.*;
|
|
||||||
import java.awt.*;
|
|
||||||
|
|
||||||
public class Applet4 extends Applet {
|
|
||||||
|
|
||||||
String name = "Applet 4 ";
|
|
||||||
PrintService defServ = null;
|
|
||||||
PrintService[] allServices = null;
|
|
||||||
StreamPrintServiceFactory []fact = null;
|
|
||||||
|
|
||||||
public void init() {
|
|
||||||
PrintServiceLookup psl = new Applet4PrintServiceLookup();
|
|
||||||
PrintServiceLookup.registerServiceProvider(psl);
|
|
||||||
defServ = PrintServiceLookup.lookupDefaultPrintService();
|
|
||||||
|
|
||||||
allServices = PrintServiceLookup.lookupPrintServices(null,null);
|
|
||||||
|
|
||||||
fact = StreamPrintServiceFactory.lookupStreamPrintServiceFactories(
|
|
||||||
DocFlavor.SERVICE_FORMATTED.PRINTABLE,
|
|
||||||
DocFlavor.BYTE_ARRAY.POSTSCRIPT.getMimeType());
|
|
||||||
}
|
|
||||||
|
|
||||||
public void paint(Graphics g) {
|
|
||||||
g.drawString("This is " + name, 10, 20);
|
|
||||||
g.drawString("Default print service="+defServ,10,40);
|
|
||||||
g.drawString("Number of print services="+allServices.length,10,60);
|
|
||||||
g.drawString("Number of PS stream services="+fact.length,10,80);
|
|
||||||
int y=100;
|
|
||||||
for (int i=0;i<allServices.length;i++) {
|
|
||||||
if (allServices[i] instanceof Applet4PrintService ||
|
|
||||||
allServices[i].getName().startsWith("Applet ")) {
|
|
||||||
g.drawString("Found service : "+allServices[i].getName(),10,y);
|
|
||||||
y+=20;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
public static void main(String[] args) {
|
|
||||||
Applet4 applet = new Applet4();
|
|
||||||
applet.init();
|
|
||||||
Frame f = new Frame("Print Lookup Test");
|
|
||||||
f.add(applet);
|
|
||||||
f.setSize(300,200);
|
|
||||||
f.show();
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
@ -1,119 +0,0 @@
|
|||||||
/*
|
|
||||||
* Copyright (c) 2001, Oracle and/or its affiliates. All rights reserved.
|
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
||||||
*
|
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of the GNU General Public License version 2 only, as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This code is distributed in the hope that it will be useful, but WITHOUT
|
|
||||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
||||||
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
||||||
* version 2 for more details (a copy is included in the LICENSE file that
|
|
||||||
* accompanied this code).
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License version
|
|
||||||
* 2 along with this work; if not, write to the Free Software Foundation,
|
|
||||||
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
||||||
*
|
|
||||||
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
|
||||||
* or visit www.oracle.com if you need additional information or have any
|
|
||||||
* questions.
|
|
||||||
*/
|
|
||||||
|
|
||||||
import javax.print.*;
|
|
||||||
import javax.print.attribute.*;
|
|
||||||
import javax.print.event.*;
|
|
||||||
|
|
||||||
public class Applet4PrintService implements PrintService {
|
|
||||||
|
|
||||||
|
|
||||||
public Applet4PrintService() {
|
|
||||||
}
|
|
||||||
|
|
||||||
public String getName() {
|
|
||||||
return "Applet 4 Printer";
|
|
||||||
}
|
|
||||||
|
|
||||||
public DocPrintJob createPrintJob() {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
public PrintServiceAttributeSet getUpdatedAttributes() {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void addPrintServiceAttributeListener(
|
|
||||||
PrintServiceAttributeListener listener) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void removePrintServiceAttributeListener(
|
|
||||||
PrintServiceAttributeListener listener) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
public PrintServiceAttribute getAttribute(Class category) {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
public PrintServiceAttributeSet getAttributes() {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
public DocFlavor[] getSupportedDocFlavors() {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
public boolean isDocFlavorSupported(DocFlavor flavor) {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
public Class[] getSupportedAttributeCategories() {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
public boolean isAttributeCategorySupported(Class category) {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
public Object getDefaultAttributeValue(Class category) {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
public Object getSupportedAttributeValues(Class category,
|
|
||||||
DocFlavor flavor,
|
|
||||||
AttributeSet attributes) {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
public boolean isAttributeValueSupported(Attribute attr,
|
|
||||||
DocFlavor flavor,
|
|
||||||
AttributeSet attributes) {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
public AttributeSet getUnsupportedAttributes(DocFlavor flavor,
|
|
||||||
AttributeSet attributes) {
|
|
||||||
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
public ServiceUIFactory getServiceUIFactory() {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
public String toString() {
|
|
||||||
return "Printer : " + getName();
|
|
||||||
}
|
|
||||||
|
|
||||||
public boolean equals(Object obj) {
|
|
||||||
return (obj == this ||
|
|
||||||
(obj instanceof Applet4PrintService &&
|
|
||||||
((Applet4PrintService)obj).getName().equals(getName())));
|
|
||||||
}
|
|
||||||
|
|
||||||
public int hashCode() {
|
|
||||||
return this.getClass().hashCode()+getName().hashCode();
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
@ -1,56 +0,0 @@
|
|||||||
/*
|
|
||||||
* Copyright (c) 2001, Oracle and/or its affiliates. All rights reserved.
|
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
||||||
*
|
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of the GNU General Public License version 2 only, as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This code is distributed in the hope that it will be useful, but WITHOUT
|
|
||||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
||||||
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
||||||
* version 2 for more details (a copy is included in the LICENSE file that
|
|
||||||
* accompanied this code).
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License version
|
|
||||||
* 2 along with this work; if not, write to the Free Software Foundation,
|
|
||||||
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
||||||
*
|
|
||||||
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
|
||||||
* or visit www.oracle.com if you need additional information or have any
|
|
||||||
* questions.
|
|
||||||
*/
|
|
||||||
|
|
||||||
import javax.print.*;
|
|
||||||
import javax.print.attribute.*;
|
|
||||||
|
|
||||||
public class Applet4PrintServiceLookup extends PrintServiceLookup {
|
|
||||||
PrintService defaultPrintService = null;
|
|
||||||
|
|
||||||
public synchronized PrintService[] getPrintServices() {
|
|
||||||
PrintService []printServices = new PrintService[1];
|
|
||||||
printServices[0] = getDefaultPrintService();
|
|
||||||
return printServices;
|
|
||||||
}
|
|
||||||
|
|
||||||
public PrintService[] getPrintServices(DocFlavor flavor,
|
|
||||||
AttributeSet attributes) {
|
|
||||||
|
|
||||||
return getPrintServices();
|
|
||||||
}
|
|
||||||
|
|
||||||
public MultiDocPrintService[]
|
|
||||||
getMultiDocPrintServices(DocFlavor[] flavors,
|
|
||||||
AttributeSet attributes) {
|
|
||||||
|
|
||||||
return new MultiDocPrintService[0];
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
public synchronized PrintService getDefaultPrintService() {
|
|
||||||
if (defaultPrintService == null) {
|
|
||||||
defaultPrintService = new Applet4PrintService();
|
|
||||||
}
|
|
||||||
return defaultPrintService;
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user