Flag: When set to true, the JWPWindowLogger and AjaxPartsTaglib objects
will NOT be rendered, only the applicable handlers, and the attach()
calls, will be rendered. This is used when using the taglib on a JSP
that is itself rendering a response for an AJAX call.
requestParameter is the name of the request parameter that will be
examined to determine what the requested resource is.
resourceStreamClass
java.lang.String resourceStreamClass
resourceStreamClass is the class that implements the ResourceStream
interface and knows how to provide a stream to a requested resource,
and optionally the contentType for the resource.
resourceMappingFile
java.lang.String resourceMappingFile
resourceMappingFile is the context-relative path to a file which maps
requested resources to contentTypes. This file is optional in many
cases, but not always, depending on how other init parameters are set.
serveUnbounded
boolean serveUnbounded
serveUnbounded, when set to true, means that any resource that the servlet,
and by extension the applicable ResourceStream class, can find. You need
to be careful when setting this to true because it potentially opens up
security holes (i.e., resources you don't intend might be reachable).
defaultContentType
java.lang.String defaultContentType
If the ResourceStream implementation class doesn't provide the contentType,
and if no mapping file is used, then this default contentType will be set
for each resource served.
mappings
java.util.HashMap mappings
mappings is a collection of ResourceMapping objects (which correspond to
elements in a mapping file) for each resource.
streamParam1
java.lang.String streamParam1
streamParam1 is an arbitrary piece of information passed to the
ResourceStream implementation class.
streamParam2
java.lang.String streamParam2
streamParam2 is an arbitrary piece of information passed to the
ResourceStream implementation class.
The width, in pixels, of the two boxes of the Swapper. This value should
be set to a value large enough to ensure that any value you may add to
the boxes will fit. This will default to 100 if not present.
boxHeight
java.lang.String boxHeight
The height, in number of items, of the two boxes of the Swapper. This
is the same thing as the size attribute of a
divStyle
java.lang.String divStyle
The style of the
element the Swapper is in. The style attribute
will always be rendered with, minimally, the value "width:1px;". If you
supply a value, that width setting will be prepended to what you
supply, so you will be able to override it if you so chooce.
boxStyle
java.lang.String boxStyle
The style of the two boxes of the Swapper. If not supplied, no style
attribute will be rendered.
buttonStyle
java.lang.String buttonStyle
The style of all the buttons of the Swapper. The style attribute
will always be rendered with, minimally, the value "width:30px;". If you
supply a value, that width setting will be prepended to what you
supply, so you will be able to override it if you so chooce.
divClass
java.lang.String divClass
The stylesheet class of the
the Swapper belongs in. Note that
you *can* define both style and class, but style will override class
settings.
boxClass
java.lang.String boxClass
The stylesheet class of the boxes of the Swapper. Note that
you *can* define both style and class, but style will override class
settings.
buttonClass
java.lang.String buttonClass
The stylesheet class of all the buttons of the Swapper. Note that
you *can* define both style and class, but style will override class
settings.