String userName
The annotation ManagedProperty
apparently controls actions by the JSF
handler with regard to variables.
String password
SessionProperties sessionBean
The ManagedProperty annotation appears to work when referencing other managed beans but not when referencing implicit objects.
HttpServletRequest request
HttpServletResponse response
Map<K,V> param
This managed property was also specified in a managed-property tag in WEB-INF/faces-config.xml
Map<K,V> paramXml
This property is set by a managed-property statement in WEB-INF/faces-config.xml.
Map<K,V> paramAnn
Map<K,V> cookie
HttpSession session
FacesContext facesContext
String test1
Perhaps I can use implicit objects with properties in the ManageProperty annotation, but not reference the implicit object directly.
String[] writerCodecs
ImagWriterFactory.properties says jpeg2000.J2KImageWriterCodecLib.
String[] readerCodecs
ImageReaderFactory.properties says jpeg2000.J2KImageReaderCodecLib.
jai_imageio has J2KImageReader and J2KImageReaderCodecLib.
ServletConfig config
Must be moved to inner class
String outputFilename
Changes to this field can be placed in the method getResultSet.
String message
Changes to this field can be placed in the method getResultSet.
DatabaseProperties data
This field is set by the makeConnection method.
csvWriter2.makeConnection()
ResultSet rs
This object is created by the getResultMethod method which is called by the service method.
ResultSetMetaData rsmd
This object is created by the service method after the execution of the getResultSet method and before the execution of the printHeader method.
PrintWriter output
int columnCount
ServletConfig config
Logger logger
ExceptionHelper extra
int instanceNumber
It was intended that this variable would identify the GetFile object if the application server was running multiple instances of the GetFile class.
int runningServiceNumber
ServletConfig config
ServletContext context
String fileRootParameter
String fileRoot
String logFile
boolean logFileActive
String lineSeparator
boolean valid
int instanceNumber
It was intended that this variable would identify the GetFile object if the application server was running multiple instances of the GetFile class.
int runningServiceNumber
ServletConfig config
ServletContext context
String fileRootParameter
String fileRoot
String logFile
boolean logFileActive
String lineSeparator
boolean valid
ServletConfig config
This is used to pass information from the Servlet.init(ServletConfig)
method to the
other methods in the class.
Logger log
ExceptionHelper logger
boolean isValid
String databaseClassName
Class<T> databaseClass
String databaseSystem
String databaseDescription
String databaseAccount
Vector<E> errorMessages
Vector<E> infoMessages
ServletConfig config
String align
align
for the
custom tag.String className
className
for the
custom tag.
When the tag is translated into a scriptlet, this
attribute becomes the value of the class
attribute for a div
element. However,
class is a reserved word in Java, requiring the use
of a different name for the attribute.
String style
style
for the
custom tag.String className
String source
Font font
ColorsSample.colorSet buttons
Concentration.GamePanel gamePanel
It is divided into tiles.
Container contentPane
The value is set by the Concentration.init()
method to
the content panel of the main widow for the applet.
The {link #gamePanel} panel is part of the content
pane.
JFrame debugFrame
This frame only appears if the Debug parameter for the applet is set to a value greater than zero.
boolean appletMode
If the class is called as a standalone application, the value is set to false.
Concentration.setAppletMode(boolean)
URL imageRoot
Concentration.secondPanel debugPanel
int debugLevel
If the value is greater than zero, the
Concentration.debugFrame
is created as a second
window on the display to show the
diagnostic messages.
Container mainPanel
Concentration game
This panel contains all of the individual tiles.
Vector<E> imageList
Concentration.Tile[] tileList
int tilesWidth
int tilesHeight
int cellWidth
int cellMargin
int numberRemaining
String imageListUrl
String imageListString
GridLayout layout
int numberShowing
int firstShowing
int secondShowing
BufferedImage image1
BufferedImage image2
JButton resetButton
JButton clearButton
JScrollPane scrollPane
JScrollBar scrollBar
JTextArea textBlock
BoundedRangeModel rangeModel
int status
int counter
int imageNumber
Concentration.imageList
int angle
Since this is a public field, it can be read and modified by other objects.
Choice choiceBox
ScrollbarSample.secondListener colorListener
The addItemListener method that is called in the init method for the class links the listening object to the object which represents the pull-down menu.
Scrollbar a
This notation allows you to both specify the parameters for setting up the scrollbar while overriding some of the methods used in the object.
The addAdjustment listener method in the init method for the class links the object for the scrollbar to the object listening to the scrollbar.
Canvas screen1
This notation allows the the Canvas class to be subclassed at the same time the object is instantiated by overriding methods. The Canvas object doesn't do anything useful unless the methods are overridden in a subclass.
In this case, overriding the paint method adds the instructions that draw the partial circle according to the rules obtained from two listeners.
Since the subclass is created but not named, this is an anonymous subclass.
Canvas
AppletContext context
String listUrl
String[] listUrlArray
URL rootUrl
URL url
WebSample.colorSet buttons
BeeperPanel bp