Serialized Form
Package nextapp.echoservlet |
properties
PropertyMap properties
service
Service service
version
int version
id
Id id
properties
java.util.Map properties
- A mapping of property names to property values.
id
Id id
- The Id of the component peer.
component
nextapp.echo.Component component
- The
Component
that this peer represents.
instancePeer
InstancePeer instancePeer
- The
InstancePeer
of the application.
ancillaryServices
java.util.Set ancillaryServices
- A container of this peers ancillary services.
font
nextapp.echo.Font font
foreground
nextapp.echo.Color foreground
background
nextapp.echo.Color background
backgroundImage
java.lang.String backgroundImage
elements
java.util.Set elements
attributes
java.util.Map attributes
pseudonyms
java.util.Map pseudonyms
id
int id
forwardingStyle
ComponentStyle forwardingStyle
imageManager
ImageManager imageManager
- An image manager that will handle the background image of the content
pane if one is used.
localCookieMap
java.util.Map localCookieMap
- Contains the Echo applications "working copy" of the cookies. This
map references cookies by their names, and may contain cookies that the
Echo application has requested to be set but that have not yet been set
on the client.
updatedCookies
java.util.Set updatedCookies
- A set of cookies that have changed. Cookies are stored in this set when
addCookie() is called, such that they will be updated in the HttpResponse
generated by the Connection. Deleted cookies are also stored in this
set, with there expiration set to zero, such that the client will delete
them. The contents of this set are sent to the client at the next
possible opportunity.
appProperties
ApplicationProperties appProperties
servletEncodingAdapter
ServletEncodingAdapter servletEncodingAdapter
cause
java.lang.Throwable cause
body
Element body
head
Element head
scriptIncludes
java.util.Set scriptIncludes
initializationEvents
java.util.List initializationEvents
onloadEvents
java.util.List onloadEvents
onunloadEvents
java.util.List onunloadEvents
styles
java.util.Map styles
conn
Connection conn
cursorOnNewLine
boolean cursorOnNewLine
rootScripts
java.util.List rootScripts
xScrollBarPosition
int xScrollBarPosition
yScrollBarPosition
int yScrollBarPosition
nextId
int nextId
value
java.lang.String value
- Holds the identifier value
cacheIdPrefix
java.lang.String cacheIdPrefix
- Generated three-digit hexadecimal prefix for all cache Ids.
This is included to eliminate programmer headaches where the server
has been restarted and is reassigning ids that may be cached by their
test browser. This is also required to prevent similar problems when
a user's session has expired and a new one has been created, but
resources remain cached on the server.
This String will be of the form "f15_".
componentMap
java.util.Map componentMap
- A mapping between components and component peers.
idMap
java.util.Map idMap
- A mapping between ids and component peers.
windows
java.util.Set windows
- A container of all visible windows.
clientActionProducers
java.util.Set clientActionProducers
- A container of all visible action-producing component peers.
clientInputProducers
java.util.Set clientInputProducers
- A container of all visible input-producing component peers.
contentPanes
java.util.Set contentPanes
- A container of all visible content panes.
variableData
VariableData variableData
- A container of all variables used for templated services in this
application instance.
clientErrorService
CacheableServiceWrapper clientErrorService
- A per-user cacheable wrapper for the client error service. This enables
the client error service to be cached unless locale is changed.
services
ServiceRegistry services
- A container of all services available to this application instance.
incomingUpdateQueue
IncomingUpdateQueue incomingUpdateQueue
- Changes incoming from the client.
outgoingUpdateQueue
OutgoingUpdateQueue outgoingUpdateQueue
- Content that needs to be re-rendered.
controller
Controller controller
- A service that is used to coordinate re-rendering of content and other
updates of the client's browser.
echoInstance
nextapp.echo.EchoInstance echoInstance
- The application instance.
applicationUri
java.lang.String applicationUri
- The URI required to make HTTP requests to this application.
clientProperties
ClientProperties clientProperties
- Information about the client browser.
defaultWindowId
Id defaultWindowId
- The Id of the window that will be rendered if no Id is provided.
errorUri
java.lang.String errorUri
- The URI to redirect the browser to in the event of an unrecoverable
error.
initialized
boolean initialized
- A flag indicating whether initialization has taken place
(whether the init() method has been invoked).
characterEncoding
java.lang.String characterEncoding
- The character encoding that will be used for all text-based
renderings in the application.
exiting
boolean exiting
- True when the application is exiting.
terminationUri
java.lang.String terminationUri
- Null if the application does not desire to exit or a URI
to direct the browser to if the application does desire to exit.
cookieManager
CookieManager cookieManager
- The CookieManager object responsible for handling cookies for this
application instance.
serverContext
ServerContext serverContext
- The server context that will be provided to this application's
EchoInstance
.
userPrincipal
java.security.Principal userPrincipal
- The principal using the application.
nextComponentId
long nextComponentId
- The next id value assigned to a component.
sequenceNumber
int sequenceNumber
- The request sequence number. Ensures that operations are not performed
based on input received from previously processed controller frames that
may get submitted as a result of the user hitting the reload button on
the browser.
imageRepository
ImageRepository imageRepository
- A repository of the
ImagePeer
s used by this
InstancePeer
.
applicationProperties
ApplicationProperties applicationProperties
- Refrence to relevant
ApplicationProperties
for this
application container instance.
contentType
ContentType contentType
data
byte[] data
id
Id id
contentType
ContentType contentType
data
java.lang.String data
id
Id id
staticSections
java.lang.String[] staticSections
fieldNames
java.lang.String[] fieldNames
contentType
ContentType contentType
id
Id id
fieldValues
java.util.Map fieldValues
flags
int flags
Package nextapp.echoservlet.html |
name
java.lang.String name
attributes
java.util.Map attributes
contents
ElementContent contents
whitespaceRelevant
boolean whitespaceRelevant
sticky
boolean sticky
closingTagRequired
boolean closingTagRequired
contents
java.util.List contents
code
java.util.List code
attributes
java.util.Map attributes
pseudonyms
java.util.Map pseudonyms
elementTypes
java.util.Set elementTypes
id
java.lang.String id
Package nextapp.echoservlet.image |
id
Id id
version
int version
images
java.util.Map images
- A map that maps image names to image peers.
componentPeer
ComponentPeer componentPeer
- The ComponentPeer for which this ImageManager is managing images.
recency
int recency
- A value assigned by the
ImageRepository
to indicate how
recently the image peer has been used.
imageRef
nextapp.echo.ImageReference imageRef
- A reference to the represented
ImageReference
instancePeer
InstancePeer instancePeer
version
int version
id
Id id
version
int version
id
Id id
Package nextapp.echoservlet.ui |
renderedActive
boolean renderedActive
- Indicates whether the button was most recently rendered enabled.
imageManager
ImageManager imageManager
- The image manager that will handle images for the button,
including custom state images for toggle buttons.
rootElement
Element rootElement
- The root of the rendered HTML
Element hierarchy.
rc
RenderingContext rc
- The
RenderingContext
being used for this rendering.
buttonUI
AbstractButtonUI buttonUI
- The
AbstractButtonUI
being rendered.
button
nextapp.echo.AbstractButton button
- The underlying
AbstractButton
component being rendered.
textRenderable
Renderable textRenderable
- Text HTML code.
iconRenderable
Renderable iconRenderable
- Icon HTML code.
stateRenderable
Renderable stateRenderable
- State icon HTML code.
nextRolloverSubIdValue
int nextRolloverSubIdValue
- Counter indicating the next 'sub id' available to identify an HTML
element that will take part in the rollover effect.
rootStyleName
java.lang.String rootStyleName
- Name of style of root element.
borderTdStyleName
java.lang.String borderTdStyleName
- Name of style applied to border TD element
(used for CButton renderings).
imageManager
ImageManager imageManager
imageManager
ImageManager imageManager
- An image manager that will handle the label's icon.
The image manager is lazy-created.
renderedActive
boolean renderedActive
- Indicates whether the component was most recently rendered editable
and enabled.
renderedActive
boolean renderedActive
- Indicates whether the component was most recently rendered editable
and enabled.
renderedActive
boolean renderedActive
- Indicates whether the component was most recently rendered editable
and enabled.
Package nextapp.echoservlet.util |
mimeType
java.lang.String mimeType
binary
boolean binary
associations
java.util.Map associations
- A map of associations