source: nutchez-0.1/tomcat/webapps/examples/jsp/colors/ColorGameBean.html @ 66

Last change on this file since 66 was 66, checked in by waue, 15 years ago

NutchEz - an easy way to nutch

File size: 2.4 KB
Line 
1<HTML>
2<!--
3 Licensed to the Apache Software Foundation (ASF) under one or more
4  contributor license agreements.  See the NOTICE file distributed with
5  this work for additional information regarding copyright ownership.
6  The ASF licenses this file to You under the Apache License, Version 2.0
7  (the "License"); you may not use this file except in compliance with
8  the License.  You may obtain a copy of the License at
9
10      http://www.apache.org/licenses/LICENSE-2.0
11
12  Unless required by applicable law or agreed to in writing, software
13  distributed under the License is distributed on an "AS IS" BASIS,
14  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15  See the License for the specific language governing permissions and
16  limitations under the License.
17-->
18
19<HEAD>
20<title>
21colors.ColorGameBean Bean Properties
22</title>
23<BODY BGCOLOR="white">
24<H2>
25colors.ColorGameBean Bean Properties
26</H2>
27<HR>
28<DL>
29<DT>public class <B>ColorGameBean</B><DT>extends Object</DL>
30
31<P>
32<HR>
33
34<P>
35
36<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0">
37<TR BGCOLOR="#EEEEFF">
38<TD COLSPAN=3><FONT SIZE="+2">
39<B>Properties Summary</B></FONT></TD>
40</TR>
41<TR BGCOLOR="white">
42<td align="right" valign="top" width="1%">
43<FONT SIZE="-1">
44String
45</FONT></TD>
46<TD><B>ColorGameBean:color2</B>
47<BR>
48       </TD>
49<td width="1%">
50<FONT SIZE="-1">
51Single
52</FONT></TD>
53<TR BGCOLOR="white">
54<td align="right" valign="top" width="1%">
55<FONT SIZE="-1">
56String
57</FONT></TD>
58<TD><B>ColorGameBean:color1</B>
59<BR>
60       </TD>
61<td width="1%">
62<FONT SIZE="-1">
63Single
64</FONT></TD>
65<TR BGCOLOR="white">
66<td align="right" valign="top" width="1%">
67<FONT SIZE="-1">
68int
69</FONT></TD>
70<TD><B>ColorGameBean:attempts</B>
71<BR>
72       </TD>
73<td width="1%">
74<FONT SIZE="-1">
75Single
76</FONT></TD>
77<TR BGCOLOR="white">
78<td align="right" valign="top" width="1%">
79<FONT SIZE="-1">
80boolean
81</FONT></TD>
82<TD><B>ColorGameBean:hint</B>
83<BR>
84       </TD>
85<td width="1%">
86<FONT SIZE="-1">
87Single
88</FONT></TD>
89<TR BGCOLOR="white">
90<td align="right" valign="top" width="1%">
91<FONT SIZE="-1">
92boolean
93</FONT></TD>
94<TD><B>ColorGameBean:success</B>
95<BR>
96       </TD>
97<td width="1%">
98<FONT SIZE="-1">
99Single
100</FONT></TD>
101<TR BGCOLOR="white">
102<td align="right" valign="top" width="1%">
103<FONT SIZE="-1">
104boolean
105</FONT></TD>
106<TD><B>ColorGameBean:hintTaken</B>
107<BR>
108       </TD>
109<td width="1%">
110<FONT SIZE="-1">
111Single
112</FONT></TD>
113</TABLE>
114<HR>
115</BODY>
116</HTML>
Note: See TracBrowser for help on using the repository browser.