[Ismo.Core.State] element index

Package indexes

All elements
a c e f g h i l n p s x _
_
top
$_actionName
The current action being or about to be executed.
$_locale
The clients preferred locale.
$_logger
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.
$_page
The template engine or class or whatever that's used to generate the page.
$_request
The Ismo_Core_Request instance that represents this request.
$_response
The Ismo_Core_Response instance that represents this request's response.
$_session
The Ismo_Core_Session instance that represents the current session.
$_stateName
The name of the current state being executed.
$_urlStyle
The URL style to use when determining the state and action and also when generating new URLs.
$_xmlrpcRequest
The XMLRPC request.
_actionMethodMissing
Missing action method saver.
_authorize
Decides if the request is allow to access this action method or not.
_createActionMethodName
Constructs the action method name.
_createNewSession
Creates a new session.
_createShowMethodName
Constructs the show method name.
_deduceAction
Figures out which action method that should be called.
_deduceAction
Figures out which action method that should be called.
_deduceLocale
Deduces the clients preferred locale.
_exposeDefaultVariables
Exposes the default variables to the template engine.
_extractActions
* private **
_getUrl
Returns a URL to the given action on the given state.
_hasSession
Convenient wrapper to check if a session is available or not.
_log
Logs the given message.
_methodMissing
Missing action method saver.
_recover
Handles error conditions that occur during execution of the action method.
_recurseShow
Handles showMethod calls recursively
_sendError
Sends an XML-RPC error message.
_sendResponse
Sends back a response to the received XML-RPC request.
_showMethodMissing
Missing show method saver.
a
top
$actions
$aliases
actionExists
c
top
Controller.php
Controller.php in Controller.php
e
top
execDefault
The default action handler method.
execute
Handles the request.
execute
Handles the request.
f
top
firstAction
g
top
getActionByIdx
getActions
getAlias
getId
getIndex
h
top
HTTP.php
HTTP.php in HTTP.php
i
top
$id
$index
init
isBetween
isFirst
* action handling **
isLast
Ismo_Core_State_Controller
Ismo_Core_State_Controller in Controller.php
Ismo_Core_State_Controller
Ismo_Core_State_HTTP
The constructor.
Ismo_Core_State_HTTP
This class represents one state in an Ismo application.
Ismo_Core_State_XMLRPC
The constructor.
Ismo_Core_State_XMLRPC
The XML-RPC base state class.
l
top
lastAction
n
top
nextAction
p
top
postExec
Post action method execution hook.
postShow
Post show method execution hook.
preExec
Pre action method execution hook.
preShow
Pre show method execution hook.
prevAction
s
top
$state
setAlias
setAliases
setConfiguration
Set the configuration.
setLogger
This sets the log class being used.
setRequest
Sets the request instance to use.
setResponse
Sets the response instance to use.
setSession
Sets the session used by this class.
setStateName
Sets the state name.
setUrlStyle
Sets the Url style used.
x
top
XMLRPC.php
XMLRPC.php in XMLRPC.php
a c e f g h i l n p s x _