|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
AjaxWebRequest.REQUEST_TYPE_HEADER
that represents ajax requests
AjaxDirectService
engine service.DirectService
, except that
this service handles Ajax XmlHttpRequest requests.AjaxDirectService
.DirectServiceParameter
in
the form of being able to specify optional id's of components that
should have their contents replaced on a page.IComponent
s
returned and updated on the client.
updateDirect
overrides the default
behaviour of having the components rendered by direct invocation, rather than
having the entire page re-rendered with only the ajax output returned to the client.
Form
behaviour.AjaxWebRequest
.TextField
component
to provide a searchable/selectable drop down list of choices for a form input text
field.ResponseBuilder
to get the correct writer
to use for method.
Autocompleter
components.ProgressWorker.isComplete()
will return true.
Foreach
component.
Foreach
component.
AjaxDirectService
after a request cycle
so invokers can cleanup resources.
AjaxDirectService
after a request cycle
so invokers can cleanup resources.
In the case of full page/non direct component invocations
this causes all the buffered component IMarkupWriter
instances
to have their contents written to the response stream.
AjaxDirectService
after a request cycle
so invokers can cleanup resources.
In the case of full page/non direct component invocations
this causes all the buffered component IMarkupWriter
instances
to have their contents written to the response stream.
Tree.expansion(IRequestCycle)
first before checking
if the invoking component specified an IActionListener
and
any optional parameters it may need.
IComponent
being enhanced
so it can access the AjaxWebRequest
at runtime.
ResponseBuilder
instance to handle the
incoming ajax request.
ResponseBuilder
instance to handle the
incoming ajax request.
ResponseBuilder
instance to handle the
incoming ajax request.
ListItemRenderer
.StringUtils.BEGIN_COMMENT
inserted before the logic block and
StringUtils.END_COMMENT
inserted after the logic block.
PartialService
NestedMarkupWriter
for the specified
component to write to and caches the buffer for later
write to the stream via the PrototypeResponseBuilder.cleanupAfterRender()
.
NestedMarkupWriter
for the specified
component to write to and caches the buffer for later
write to the stream via the RicoResponseBuilder.cleanupAfterRender()
.
ProgressWorker.getTotalProgress()
.
ProgressWorker.getTotalProgress()
.
IdentityKeyProvider
.
PartialLink
to get any additional Javascript
calls this renderer wishes to add.
PartialService
link request.
AutocompleteField.searchCountries(String)
FormEffects.searchCountries(String)
null
if the the parent can't be determined.
Part
being rendered
by this link.
IMarkupWriter
to use to print
the contents of the specified part area.
IMarkupWriter
to use to print
the contents of the specified part area. The returned
writer doesn't necessarily need to be directly associated with
the specified part.
IMarkupWriter
instances for logic not handled by traditional Part/PartialService
semantics.
PartialForeach
.
ResponseBuilder
for the incoming
ajax request, if possible.
ResponseBuilder
for the incoming
ajax request, if possible.
AutocompleteField.searchCountries(String)
FormEffects.searchCountries(String)
Comparator
ProgressBar
.
TreeIterator
provided
if no other is specified.
AjaxWebRequest.AJAX_REQUEST_TYPE
in all cases for now.
AjaxWebRequest.AJAX_REQUEST_TYPE
in all cases for now.
AjaxDirectLink
request.
AjaxDirectLink
request.
Example:IRender.render(org.apache.tapestry.IMarkupWriter, org.apache.tapestry.IRequestCycle)
methods before rendering to replace their incoming IMarkupWriter instance with the one
provided by this class, which may return the same writer or a special writer
depending on the circumstances.
IRender.render(org.apache.tapestry.IMarkupWriter, org.apache.tapestry.IRequestCycle)
methods before rendering to replace their incoming IMarkupWriter instance with the one
provided by this class, which may return the same writer or a special writer
depending on the circumstances.
IRender.render(org.apache.tapestry.IMarkupWriter, org.apache.tapestry.IRequestCycle)
methods before rendering to replace their incoming IMarkupWriter instance with the one
provided by this class, which may return the same writer or a special writer
depending on the circumstances.
ResponseBuilder
this contributor
manages.
ResponseBuilder
this contributor
manages.
ResponseBuilder
this contributor
manages.
AjaxDirectService
instead.AbstractComponent.renderComponent(org.apache.tapestry.IMarkupWriter, org.apache.tapestry.IRequestCycle)
which calls the AjaxWebRequest
, if available, to get the correct
IMarkupWriter
to use to render itself, based on the unique component id of
the IComponent
being rendered.EvenOdd
tapestry beans.
Autocompleter
component to render lists usable
by the currently integrated script.aculo.us
javascript library.AjaxDirectService
instead, areas don't need
to br wrapped by Parts anymore.Tree
component without
having to contain each loop within a Part
component.ProgressBar
component to render
progress of threaded work.ProgressWorker
.ProgressBar
component to manage a threaded
piece of work in a tapestry page.ResponseBuilder.updateComponentsDirect(IRequestCycle, IPage, IPage, IComponent)
,
or if in full render mode invoking renderRequest(
ResponseBuilder.updateComponentsDirect(IRequestCycle, IPage, IPage, IComponent)
,
or if in full render mode invoking renderRequest(
ResponseBuilder.updateComponentsDirect(IRequestCycle, IPage, IPage, IComponent)
,
or if in full render mode invoking renderRequest(
AjaxDirectService
to determine type of ajax request
receive and determine the appropriate ResponseBuilder
to handle
the response.ResponseDelegateFactory
.ResponseContributor
that handles
rico client requests.Autocompleter.renderComponent(IMarkupWriter, IRequestCycle)
if the response
from this request should be the returned value of whichever search was
performed.
ResponseContributor
objects to be used
in processing ajax requests.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |