The core component engine of AW.
|
Class Summary |
| AWAction |
|
| AWActionCallback |
|
| AWActionId |
Should be used in conjunction with Request.invokeAction javascript:
Request.invokeAction('')
Or, use Request.formatUrl('') to get the equivalent
URL to AWActionUrl, but in a RefreshRegion-friendly way. |
| AWActionUrl |
|
| AWActiveImage |
|
| AWApi |
Description in here
For the Binding meta tag, the following attributes are allowed/expected:
key: [required] appears on the left side of the binding (eg action="$linkClicked" -- here 'action' is the key)
direction: [required] either set, get, or both, depending on if the binding is for getting, setting, or both. |
| AWApiDeclaration |
|
| AWAppendEnvironment |
|
| AWBackTrack |
|
| AWBacktrackState |
|
| AWBareString |
|
| AWBaseElement |
|
| AWBaseMonitorStatsPage |
|
| AWBaseRequest |
|
| AWBaseResponse |
|
| AWBindableElement |
|
| AWBinding |
Represents a binding between a named property and a constant or dynamic
expression in the context of the parent component. |
| AWBinding.NameFilter |
|
| AWBindingApi |
|
| AWBindingDictionary |
|
| AWBindingNames |
|
| AWBlock |
See AWIncludeBlock for details. |
| AWCatch |
|
| AWChecksum |
|
| AWComment |
Is an XML / HTML comment. |
| AWComponent |
AWComponent is the key class for template/based interactive content. |
| AWComponentActionRequestHandler |
|
| AWComponentApiManager |
|
| AWComponentDefinition |
|
| AWComponentInclude |
|
| AWComponentReference |
|
| AWConcreteApplication |
|
| AWConcreteApplication.SessionWrapper |
|
| AWConcreteRequestHandler |
|
| AWConcreteServerApplication |
|
| AWConcreteTemplate |
|
| AWConcreteXmlNode |
|
| AWConstants |
|
| AWContainerElement |
|
| AWContent |
|
| AWContentApi |
|
| AWCookie |
|
| AWCurrWindowDecl |
|
| AWDefaultApplication |
This is provided as an application-level subclass of AWConcreteAppliction in
lieu of the application's having its own subclass. |
| AWDefaultRequestFilter |
doc comment goes here |
| AWDirectAction |
|
| AWDirectActionRequestHandler |
|
| AWDirectActionUrl |
|
| AWDirectActionUrl.AWUrlDecorator |
Defines the API for a DirectAction decorator -- the list of decorators registered
using the addURLDecorator method will be called during URL construction and
each decorator can add a single key/value to the direact action URL generated. |
| AWDragContainer |
|
| AWDropContainer |
|
| AWEditableRegion |
|
| AWElementIdGenerator |
A new AWElementIdGenerator is created for each request and is retained by the AWRequestContext for the
duration of a request. |
| AWElementIdPath |
Maintains a cache of AWElementIdPath's. |
| AWElse |
|
| AWEnvironment |
|
| AWErrorInfo |
This class encapsulates information about an error or warning. |
| AWErrorManager |
|
| AWErrorManager.AWNewErrorManager |
This class is here to restrict access to the AWErrorManager so that the only interaction
we do with it is to call setErrorMessageAndValue(...). |
| AWErrorManager.MultiErrorBucket |
|
| AWErrorManagerScope |
|
| AWExceptionBodyRenderer |
|
| AWFileDownload |
|
| AWFileDownload.FileDownloadCallback |
|
| AWFileDownloadStatusCheck |
|
| AWFileDownloadStatusCheck.FileStatusHandler |
|
| AWFocusRegion |
|
| AWFor |
|
| AWFormRedirect |
|
| AWFormValueManager |
Mechanism for deferring certain kinds of work. |
| AWFormValueOperation |
|
| AWGenericActionTag |
|
| AWGenericContainer |
|
| AWGenericElement |
|
| AWGroupingRepetition |
|
| AWHiddenFormValueManager |
Each page has a hidden form value manager. |
| AWHighLightedErrorScope |
|
| AWHtmlTemplateParser |
|
| AWHtmlTemplateParser.LiteralContainer |
|
| AWIf |
|
| AWIf.AWIfBlock |
|
| AWIncludeBlock |
|
| AWIncludeComponent |
|
| AWIncludeContent |
|
| AWInitializeValue |
Like AWSetValue, but we only push our value on the very first append() for this component |
| AWInputId |
|
| AWInstanceInclude |
|
| AWJavascriptString |
A string class that prevents "bad" javascript from being included in the pages. |
| AWJSDebug |
|
| AWLazyDiv |
|
| AWLazyDivInternals |
|
| AWLocal |
|
| AWLocalLoginSessionHandler |
|
| AWLocalLoginSessionHandler.CompletionCallback |
|
| AWMappingRepetition |
|
| AWMergedStringLocalizer |
String localizer that fetches strings from the Resource Service. |
| AWMessageArgument |
|
| AWMessageTemplateParser |
|
| AWMetaTemplateConditional |
This is a conditional which has no effect on elementIds, which is required for generating templates in metaTemplateMode. |
| AWMetaTemplateWrapper |
Applications should subclass this to provide their own slave application metatemplate wrapper. |
| AWMethodInvocation |
|
| AWMonitorActions |
|
| AWMonitorSessionStatsPage |
|
| AWMonitorStats |
|
| AWNavigation |
|
| AWOutputRangeCheck |
|
| AWPage |
|
| AWPage.BrowserState |
|
| AWPageRedirect |
|
| AWParentTemplate |
This element serves to include the template defined by the parent component
at the point of reference. |
| AWPhaseInvocation |
|
| AWPollInterval |
|
| AWPrimitiveString |
|
| AWRecordDirectAction |
|
| AWRecordingManager |
|
| AWRecordingManager.RecordingMonitor |
|
| AWRedirect |
|
| AWRefreshRegion |
|
| AWRelocatableDiv |
|
| AWRemoteLink |
Do not use this class directly. |
| AWRemotePageWrapper |
Used by slave apps to render a page wrapper that was passed in via punchin from
a Master. |
| AWRemoteTemplateParser |
|
| AWRequestContext |
The context tracking state through all phases of a single request/response cycle. |
| AWRequestUtil |
|
| AWResourceOverlay |
|
| AWResourceUrl |
|
| AWResponse.StatusCodes |
|
| AWResponseBuffer |
High-level notes on the algorithm:
A responseBuffer defines a region of the responseContents (ie the encodedStrings appended to the response during
renderResponse). |
| AWRichClientFooter |
|
| AWScope |
|
| AWSession |
|
| AWSessionStatusManager |
|
| AWSetValue |
|
| AWShutdownState |
|
| AWSingleton |
|
| AWStaticContent |
|
| AWString |
|
| AWSubcomponentScope |
|
| AWSwitchTemplate |
|
| AWTaggedContainer |
|
| AWTaggedElement |
|
| AWTemplate |
|
| AWUrlRedirect |
|
| AWValidationContext |
|
| AWValidationContext.ValidationError |
|
| AWVisitor |
Abstract base class of visitor class used to perform some action or validation on
all nodes within a tree of AWVisitable's. |
| AWWhile |
Because of the nature of AWWhile, it is not possible to support either skipping nor state recording. |
| AWWriterResponse |
An AWResponse capable of populating an OutputStream. |
| AWXBasicScriptFunctions |
|
| AWXDebugResourceActions |
|
| AWXHandleExceptionPage |
|
| AWXLogString |
|
| AWXmlContext |
|
| AWXSessionRestorationErrorPage |
|
| FieldValue_AWSubcomponent |
See AWIncludeBlock for big picture. |
| NonMergedStringLocalizer |
|