The current action being or about to be executed.
The clients preferred locale.
This is the class used by the log method to log things. It's set by the Ismo_Core_Application class to be the same as its $_logger attribute when a state instance is created.
The template engine or class or whatever that's used to generate the page.
The Ismo_Core_Request instance that represents this request.
The Ismo_Core_Response instance that represents this request's response.
The Ismo_Core_Session instance that represents the current session.
The name of the current state being executed.
The URL style to use when determining the state and action and also when generating new URLs.
Missing action method saver.
Decides if the request is allow to access this action method or not.
Constructs the action method name.
Constructs the show method name.
Figures out which action method that should be called.
Figures out which action method that should be called.
Deduces the clients preferred locale.
Exposes the default variables to the template engine.
Returns a URL to the given action on the given state.
Convenient wrapper to check if a session is available or not.
Missing action method saver.
Handles error conditions that occur during execution of the action method.
Handles showMethod calls recursively
Sends an XML-RPC error message.
Sends back a response to the received XML-RPC request.
Missing show method saver.