|
|||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
Radio
components.IPropertySelectionRenderer
that
produces a table of radio (<input type=radio>) elements.AbstractValidatingTextField.readValue()
to read the underlying data value
(in a way specific to the subclass implementation) and convert it to
a String.
AbstractEngine.writeExternal(ObjectOutput)
.
SimpleEngine.writeExternal(ObjectOutput)
.
SimplePageRecorder.writeExternal(ObjectOutput)
.
MultiKey.writeExternal(ObjectOutput)
.
StaticBinding
.AbstractTextField.render(IResponseWriter writer, IRequestCycle cycle)
when rendering a response.
HttpResponse.sendRedirect()
, but
massages path
, supplying missing elements to
make it a full URL (i.e., specifying scheme, server, port, etc.).
RedirectException
is thrown during the processing of a request.
Login
page, to allow a user to register
into the system on-the-fly.PropertyHelper
subclass as the correct
class to use with a specific class of bean (or any class derived from
the bean class).
OperationsBean#registerNewUser(String,String,String,String)
if the registration is not allowed (usually, because of a duplicate email or
name).RequestContext.write(IResponseWriter)
, which is used for debugging.
InsertWrapped
's container, and invokes
IComponent.renderWrapped(IResponseWriter, IRequestCycle)
on it.
IRender.render(IResponseWriter, IRequestCycle)
on it.
InsertBlock
forces it
out.
IComponent.renderWrapped(IResponseWriter, IRequestCycle)
is invoked on it.
Form.isRewinding()
.
Form.isRewinding()
.
Form.isRewinding()
.
Form.isRewinding()
.
Form.isRewinding()
.
Form.isRewinding()
.
renderer
.
IValidatingTextField
and optional delegate
,
then renders the label obtained from the field.
delegate
.
renderer
.
IComponent
is accessed that
is only valid while the component is actually rendering (such properties
are related to parameters, and satisfied by bindings
.model
.
model
.
IPage.renderPage(IResponseWriter, IRequestCycle)
.
PageRenderListener.pageBeginRender(PageEvent)
Invokes AbstractPage.beginResponse(IResponseWriter, IRequestCycle)
Invokes IRequestCycle.commitPageChanges()
(if not rewinding)
Invokes BaseComponent.render(IResponseWriter, IRequestCycle)
Invokes PageRenderListener.pageEndRender(PageEvent)
(this occurs
even if a previous step throws an exception)
RequestCycleException
that can be thrown
when a component has determined that the state of the page has been
rewound.System.err
.
ApplicationServlet
, that is:
HttpServletRequest
HttpServletResponse
HttpSession
HttpServlet
RequestContext
from its components.
IComponent
is unable to render.IBinding
required by a component does not
exist, or when the value for the binding is null (and the component
requires a non-null value).IPage.detach()
, this allows
a component to reset its state so that it is equivalent to a newly
constructed instance.
EvenOdd.getNext()
will be "even".
Pool
just before the object is added to the pool.
HttpServletResponse
, buffering
data so as to defer opening the response's output stream.IRequestCycle
to allow a form that uses
the direct service, to respond to the form submission.
Form.render(IResponseWriter, IRequestCycle)
.
forms
to perform a partial rewind
and respond to the form submission.
IForm.rewind(IResponseWriter, IRequestCycle)
.
IPage.renderPage(IResponseWriter, IRequestCycle)
.
Action
with an <img> and JavaScript code
to create a rollover effect that works with both Netscape Navigator and
Internet Explorer.JanitorThread.waitForNextPass()
and
JanitorThread.sweep()
.
|
|||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |