Allows the conversation timeout to be set per-conversation,
and the conversation description and switchable outcome to
be set when the application requires workspace management
functionality.
Outjects a List to the same scope as the owning component
(or to the EVENT scope in the case of a stateless component),
after wrapping as a ListDataModel.
Marks a method as a factory method for a context variable,
meaning it is responsible for outjecting a value for the
named context variable when no value is bound to the
variable.
Specifies that the object receiving an action method
invocation should be validated before the call and,
if in an invalid state, the call will be aborted and
result in the specified outcome.
The page context allows you to store state during a request that
renders a page, and access that state from any postback request
that originates from that page.
Initialize the request conversation context, taking
into account conversation propagation style, and
any conversation id passed as a request parameter
or in the PAGE context.
Uses a brute force O(n^4) algorithm to discover an acceptable
order for partially ordered elements where the transitivity
of the ordering is not known in advance.
Sorter() -
Constructor for class org.jboss.seam.util.Sorter
Specifies that an instance of this component is
created at system initialization time for an
application scoped component, or when a session
is started for a session scoped component.
startup() -
Method in class org.jboss.seam.core.Ejb
Flush the server-side conversation context to the session and
write the conversation id and pageflow info to the response
if we have a long running conversation, or discard the state
of a temporary conversation.