GSWActionRequestHandler is a
specialized request handler that processes direct
action requests in GSWeb applications. It extends
GSWRequestHandler to handle URLs that
specify action classes and method names directly,
enabling stateless request processing and
bookmarkable URLs. This handler is responsible
for parsing action URLs, instantiating the appropriate
action classes, and invoking the specified action
methods.
Class method that returns the
action class for the specified class name
string. Warning the underscore at
the start of the name of this method
indicates that it is private, for internal use
only, and you should not use the method in your code.
Internal method that performs the actual request
handling after initial processing and validation.
Warning the underscore at the start
of the name of this method indicates that it is private,
for internal use only, and you should not use the
method in your code.
Generates an error response when an
exception occurs during action processing. The
response includes error information and
is generated within the specified context.
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
Category providing class methods for creating
GSWActionRequestHandler instances
with various configurations. This category simplifies
the instantiation process by providing convenient factory
methods.
Returns a new action request handler instance
configured with the specified default action
class name, default action method name, and
statistics tracking preference.