Serialized Form


Package javawebparts.ajaxparts.taglib

Class javawebparts.ajaxparts.taglib.AjaxEnableTag implements Serializable

Serialized Fields

suppress

boolean suppress
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.


debug

java.lang.String debug
What level of debugging should be done?


logger

java.lang.String logger
What logger implementation to use.

Class javawebparts.ajaxparts.taglib.AjaxEventTag implements Serializable

Serialized Fields

ajaxRef

java.lang.String ajaxRef
The Ajax reference ID.


attachTo

java.lang.String attachTo
The DOM ID of the element to attach the event to.

Class javawebparts.ajaxparts.taglib.AjaxManualTag implements Serializable

Serialized Fields

ajaxRef

java.lang.String ajaxRef
The Ajax reference ID.


function

java.lang.String function
This is the name of the Javascript function that will be rendered that the developer manually calls to fire the AJAX event.

Class javawebparts.ajaxparts.taglib.AjaxTimerTag implements Serializable

Serialized Fields

ajaxRef

java.lang.String ajaxRef
The Ajax reference ID.


startOnLoad

java.lang.String startOnLoad
Should the timer be started immediately upon page load, or will the developer take responsibility for kicking off a timer?


frequency

java.lang.String frequency
This stores the frequency in milliseconds that the AJAX event should fire.


Package javawebparts.servlet

Class javawebparts.servlet.FormSenderServlet implements Serializable

Serialized Fields

smtpHost

java.lang.String smtpHost
The SMTP host name to send the message through.


smtpUsername

java.lang.String smtpUsername
Username to log on to the SMTP server (if smtpRequiresLogin is "true").


smtpPassword

java.lang.String smtpPassword
Password to log on to the SMTP server (if smtpRequiresLogin is "true").


smtpLogonRequired

boolean smtpLogonRequired
Flag: Does the SMTP server require logon credentials or not?


fromAddress

java.lang.String fromAddress
The from address used when sending the eMail.


toAddresses

java.util.ArrayList toAddresses
The list of eMail addresses to send eMail to.


subject

java.lang.String subject
The subject of the eMail to send.


templateFile

java.lang.String templateFile
The path and name of the context-relative eMail template file.


template

java.lang.String template
The actual eMail template.


pageAfter

java.lang.String pageAfter
The JSP to forward to after sending the message.


staticTokens

java.util.HashMap staticTokens
The list of static tokens configured.

Class javawebparts.servlet.Items implements Serializable

Serialized Fields

orderArray

int[] orderArray
The array that will store the order to return the items in.


orderArrayIndex

int orderArrayIndex
Current index into the orderArray array.


items

java.util.ArrayList items
Our actual list of items as read in from the file.


order

java.lang.String order
What order items are retrieved in.

Class javawebparts.servlet.RedirectReturnerServlet implements Serializable

Serialized Fields

items

Items items
Bean that holds all our items from the file, and generally does all the work of this servlet.

Class javawebparts.servlet.ResourceServerServlet implements Serializable

Serialized Fields

requestParameter

java.lang.String requestParameter
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.

Class javawebparts.servlet.TextRendererServlet implements Serializable

Serialized Fields

initFontName

java.lang.String initFontName
font.


initFontPoint

java.lang.Integer initFontPoint
fontPoint.


initStylePlain

java.lang.String initStylePlain
stylePlain.


initStyleBold

java.lang.String initStyleBold
styleBold.


initStyleItalic

java.lang.String initStyleItalic
styleItalic.


initColR

java.lang.Integer initColR
colR.


initColG

java.lang.Integer initColG
colG.


initColB

java.lang.Integer initColB
colB.


initBackR

java.lang.Integer initBackR
backR.


initBackG

java.lang.Integer initBackG
backG.


initBackB

java.lang.Integer initBackB
backB.

Class javawebparts.servlet.TextReturnerServlet implements Serializable

Serialized Fields

items

Items items
Bean that holds all our items from the file, and generally does all the work of this servlet.


Package javawebparts.taglib.basicstr

Class javawebparts.taglib.basicstr.AbbreviateTag implements Serializable

Serialized Fields

text

java.lang.String text
This is the body content text to be altered.


leftEdge

java.lang.String leftEdge
This is the attribute that defines the left edge of the string to use.


maxSize

java.lang.String maxSize
This is the attribute that defines the maximum size of the resultant string.

Class javawebparts.taglib.basicstr.EntityEncodeTag implements Serializable

Serialized Fields

text

java.lang.String text
This is the body content text to be altered.

Class javawebparts.taglib.basicstr.ICaseTag implements Serializable

Serialized Fields

text

java.lang.String text
This is the body content text to be altered.

Class javawebparts.taglib.basicstr.LCaseTag implements Serializable

Serialized Fields

text

java.lang.String text
This is the body content text to be altered.

Class javawebparts.taglib.basicstr.ReplaceTag implements Serializable

Serialized Fields

text

java.lang.String text
This is the body content text to be altered.


match

java.lang.String match
This is the attribute that defines the substring to search for.


replaceWith

java.lang.String replaceWith
This is the attribute that defines what to replace substring with.

Class javawebparts.taglib.basicstr.ReverseTag implements Serializable

Serialized Fields

text

java.lang.String text
This is the body content text to be altered.

Class javawebparts.taglib.basicstr.ScrambleTag implements Serializable

Serialized Fields

text

java.lang.String text
This is the body content text to be altered.

Class javawebparts.taglib.basicstr.SubstrTag implements Serializable

Serialized Fields

text

java.lang.String text
This is the body content text to be altered.


type

java.lang.String type
This is the trim type attribute. Valid values are left, right, both.


count

java.lang.String count
Number of characters to return when doing "left" or "right" type.


start

java.lang.String start
Start of substring when type is "mid".


end

java.lang.String end
End of substring when type is "mid".

Class javawebparts.taglib.basicstr.TrimTag implements Serializable

Serialized Fields

text

java.lang.String text
This is the body content text to be altered.


type

java.lang.String type
This is the trim type attribute. Valid values are left, right, both.


chars

java.lang.String chars
This is the list of characters to trim when other than whitespace.

Class javawebparts.taglib.basicstr.UCaseTag implements Serializable

Serialized Fields

text

java.lang.String text
This is the body content text to be altered.


Package javawebparts.taglib.jstags

Class javawebparts.taglib.jstags.CookieFunctionsTag implements Serializable

Serialized Fields

renderScriptTags

java.lang.String renderScriptTags
Whether to render the opening and closing script tags around the emitted Javascript.

Class javawebparts.taglib.jstags.CreateBookmarkTag implements Serializable

Serialized Fields

renderScriptTags

java.lang.String renderScriptTags
Whether to render the opening and closing script tags around the emitted Javascript.

Class javawebparts.taglib.jstags.DateDifferenceTag implements Serializable

Serialized Fields

renderScriptTags

java.lang.String renderScriptTags
Whether to render the opening and closing script tags around the emitted Javascript.

Class javawebparts.taglib.jstags.DisableRightClickTag implements Serializable

Serialized Fields

renderScriptTags

java.lang.String renderScriptTags
Whether to render the opening and closing script tags around the emitted Javascript.

Class javawebparts.taglib.jstags.FormToXMLTag implements Serializable

Serialized Fields

renderScriptTags

java.lang.String renderScriptTags
Whether to render the opening and closing script tags around the emitted Javascript.

Class javawebparts.taglib.jstags.FullTrimTag implements Serializable

Serialized Fields

renderScriptTags

java.lang.String renderScriptTags
Whether to render the opening and closing script tags around the emitted Javascript.

Class javawebparts.taglib.jstags.GetParamsTag implements Serializable

Serialized Fields

renderScriptTags

java.lang.String renderScriptTags
Whether to render the opening and closing script tags around the emitted Javascript.

Class javawebparts.taglib.jstags.JSDigesterTag implements Serializable

Serialized Fields

renderScriptTags

java.lang.String renderScriptTags
Whether to render the opening and closing script tags around the emitted Javascript.

Class javawebparts.taglib.jstags.LayerCenterTag implements Serializable

Serialized Fields

renderScriptTags

java.lang.String renderScriptTags
Whether to render the opening and closing script tags around the emitted Javascript.

Class javawebparts.taglib.jstags.LocateSelectValueTag implements Serializable

Serialized Fields

renderScriptTags

java.lang.String renderScriptTags
Whether to render the opening and closing script tags around the emitted Javascript.

Class javawebparts.taglib.jstags.MaximizeWindowTag implements Serializable

Serialized Fields

renderScriptTags

java.lang.String renderScriptTags
Whether to render the opening and closing script tags around the emitted Javascript.

Class javawebparts.taglib.jstags.PrintPageTag implements Serializable

Serialized Fields

renderScriptTags

java.lang.String renderScriptTags
Whether to render the opening and closing script tags around the emitted Javascript.

Class javawebparts.taglib.jstags.ReplaceSubstrTag implements Serializable

Serialized Fields

renderScriptTags

java.lang.String renderScriptTags
Whether to render the opening and closing script tags around the emitted Javascript.

Class javawebparts.taglib.jstags.StringContentValidTag implements Serializable

Serialized Fields

renderScriptTags

java.lang.String renderScriptTags
Whether to render the opening and closing script tags around the emitted Javascript.

Class javawebparts.taglib.jstags.StripCharsTag implements Serializable

Serialized Fields

renderScriptTags

java.lang.String renderScriptTags
Whether to render the opening and closing script tags around the emitted Javascript.

Class javawebparts.taglib.jstags.SubstrCountTag implements Serializable

Serialized Fields

renderScriptTags

java.lang.String renderScriptTags
Whether to render the opening and closing script tags around the emitted Javascript.


Package javawebparts.taglib.uiwidgets

Class javawebparts.taglib.uiwidgets.CalendarTag implements Serializable

Serialized Fields

minYear

java.lang.String minYear
The minimum year to show in the dropdown.


maxYear

java.lang.String maxYear
The maximum year to show in the dropdown.


styleOverrides

java.lang.String styleOverrides
The style selectors that will be overridden.

Class javawebparts.taglib.uiwidgets.SwapperTag implements Serializable

Serialized Fields

id

java.lang.String id
The ID of the
the Swapper is in.


boxWidth

java.lang.String boxWidth
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