Full index

Package indexes


a c d e f g m o p r s t u v w x _
a
top
APPLICATION_RDF_XML
ContentType::APPLICATION_RDF_XML in ContentType.class.php
APPLICATION_RSS_XML
ContentType::APPLICATION_RSS_XML in ContentType.class.php
APPLICATION_XML
ContentType::APPLICATION_XML in ContentType.class.php
c
top
Command
Command in Command.class.php
Abstract class for sub-classing. Used to group business logic using the Command Pattern, if it is too complex to be implemented in the Resource itself.
ContentType
ContentType in ContentType.class.php
A static class that holds MIME type constants, such as "text/html".
Controller
Controller in Controller.class.php
Controller handles HTTP requests, selects and executes appropriate resource. Afterwards sends out output generated by the View to the browser, and the execution halts: application waits for another request.
Command.class.php
Command.class.php in Command.class.php
Controller.class.php
Controller.class.php in Controller.class.php
ContentType.class.php
ContentType.class.php in ContentType.class.php
d
top
$doc
XSLTView::$doc in XSLTView.class.php
display
XSLTView::display() in XSLTView.class.php
Sets common parameters and arguments for all XSLT views and displays this view.
display
View::display() in View.class.php
Displays this view.
DIYFrameworkLoader.class.php
DIYFrameworkLoader.class.php in DIYFrameworkLoader.class.php
DIYFrameworkLoader
DIYFrameworkLoader in DIYFrameworkLoader.class.php
Static class for loading the framework classes. Should be called by the __autoload() function.
doDelete
Resource::doDelete() in Resource.class.php
Implements HTTP DELETE method of the Resource.
doGet
Resource::doGet() in Resource.class.php
Implements HTTP GET method of the Resource.
doPost
Resource::doPost() in Resource.class.php
Implements HTTP POST method of the Resource.
doPut
Resource::doPut() in Resource.class.php
Implements HTTP PUT method of the Resource.
e
top
Error.class.php
Error.class.php in Error.class.php
Error
Error in Error.class.php
Request processing error. Mostly used when a form does not validate or business logic conditions are not satisfied.
execute
Command::execute() in Command.class.php
Executes this Command.
f
top
Form.class.php
Form.class.php in Form.class.php
findByType
ResourceMapping::findByType() in ResourceMapping.class.php
Finds and returns Resource objects by their type, or null if it doesn't exist.
findByURI
ResourceMapping::findByURI() in ResourceMapping.class.php
Finds and returns Resource object by its URI, or null if it doesn't exist.
Form
Form in Form.class.php
Abstract class for sub-classing. Used to represent data submitted from a HTML form and access the Request parameters in a convenient way.
g
top
getAttribute
Request::getAttribute() in Request.class.php
Returns a request attribute, or null if it does not exist. They are used to save and share data between components in a context of a single request.
getAttribute
Session::getAttribute() in Session.class.php
Returns a session attribute, or null if it does not exist.
getBuffer
Response::getBuffer() in Response.class.php
Returns the whole response output buffer.
getCharacterEncoding
Response::getCharacterEncoding() in Response.class.php
Returns character encoding.
getContentType
MultipartRequest::getContentType() in MultipartRequest.class.php
Returns the content type of an uploaded file, or null if the file was not included in the upload.
getContentType
Response::getContentType() in Response.class.php
Returns content type.
getDescription
Error::getDescription() in Error.class.php
Returns description of this Error.
getFilesystemName
MultipartRequest::getFilesystemName() in MultipartRequest.class.php
Returns the filesystem name of an uploaded file, or null if the file was not included in the upload.
getHeader
Request::getHeader() in Request.class.php
Returns a HTTP request header, or null if it does not exist.
getHost
ResourceMapping::getHost() in ResourceMapping.class.php
Returns the hostname of this mapping.
getID
Session::getID() in Session.class.php
Returns session ID.
getInstance
Singleton::getInstance() in Singleton.int.php
getInstance
Response::getInstance() in Response.class.php
Returns instance of self (Response object). Used to implement Singleton pattern.
getInstance
Request::getInstance() in Request.class.php
Returns instance of self (Request object). Used to implement Singleton pattern.
getMethod
Request::getMethod() in Request.class.php
Returns a HTTP method (GET/POST/PUT/DELETE etc.) of this request.
getName
Error::getName() in Error.class.php
Returns name of this Error.
getOriginalFileName
MultipartRequest::getOriginalFileName() in MultipartRequest.class.php
Returns the original name of an uploaded file (as supplied by the client browser), or null if the file was not included in the upload.
getParameter
Request::getParameter() in Request.class.php
Returns a HTTP request parameter (from both GET and POST) as a string, or null if it does not exist.
getParameterMap
Request::getParameterMap() in Request.class.php
Returns a map (array with keys) of parameters of this Request.
getPathInfo
Request::getPathInfo() in Request.class.php
Returns Returns any extra path information associated with the URL the client sent when it made this request. The extra path information follows the servlet path but precedes the query string. This method returns null if there was no extra path information.
getRequestURI
Request::getRequestURI() in Request.class.php
Returns the part of this request's URL from the protocol name up to the query string in the first line of the HTTP request.
getSession
Request::getSession() in Request.class.php
Returns the current Session object associated with this Request.
getStatus
Response::getStatus() in Response.class.php
Returns response status.
getURI
Resource::getURI() in Resource.class.php
Returns the (relative) URI of the Resource.
m
top
MultipartRequest.class.php
MultipartRequest.class.php in MultipartRequest.class.php
MultipartRequest
MultipartRequest in MultipartRequest.class.php
A utility class to handle multipart/form-data requests, the kind of requests that support file uploads.
o
top
output
Controller::output() in Controller.class.php
Sets HTTP response headers and writes out the buffer.
p
top
$position
StringStream::$position in URIResolver.class.php
$proc
XSLTView::$proc in XSLTView.class.php
process
Controller::process() in Controller.class.php
Processes the HTTP Request. Finds an appropriate Resource, passes the control to it, and displays the resulting View.
r
top
$resolver
XSLTView::$resolver in XSLTView.class.php
$resource
Controller::$resource in Controller.class.php
$resource
View::$resource in View.class.php
$resource
XSLTView::$resource in XSLTView.class.php
Request.class.php
Request.class.php in Request.class.php
Resource.class.php
Resource.class.php in Resource.class.php
Resource.php
Resource.php in Resource.php
ResourceMapping.class.php
ResourceMapping.class.php in ResourceMapping.class.php
Response.class.php
Response.class.php in Response.class.php
Request
Request in Request.class.php
Provides HTTP request information such as headers, query parameters etc.
Resource
Resource in Resource.class.php
An abstract HTTP Resource for subclassing. It should be specified as a base class in Propel schema.
ResourceMapping
ResourceMapping in ResourceMapping.class.php
Finds Resources by URIs and types. Basically wraps ResourcePeer.
Response
Response in Response.class.php
Provides access to HTTP response, such as status, headers etc.
s
top
Session.class.php
Session.class.php in Session.class.php
Singleton.int.php
Singleton.int.php in Singleton.int.php
Serializer.class.php
Serializer.class.php in Serializer.class.php
SC_FORBIDDEN
Response::SC_FORBIDDEN in Response.class.php
SC_INTERNAL_SERVER_ERROR
SC_METHOD_NOT_ALLOWED
Response::SC_METHOD_NOT_ALLOWED in Response.class.php
SC_NOT_FOUND
Response::SC_NOT_FOUND in Response.class.php
SC_OK
Response::SC_OK in Response.class.php
sendRedirect
Response::sendRedirect() in Response.class.php
Sends a temporary redirect response to the client using the specified redirect location URL.
serialize
Serializer::serialize() in Serializer.class.php
Serializes objects into XML strings.
Serializer
Serializer in Serializer.class.php
Serializes objects into XML strings.
serializeResource
Serializer::serializeResource() in Serializer.class.php
Serializes Resource objects into XML strings.
Session
Session in Session.class.php
Provides a way to identify a user across more than one page request or visit to a Web site and to store information about that user.
setArgument
URIResolver::setArgument() in URIResolver.class.php
Sets XML string as an argument (side document) which is later passed to XSLT stylesheet.
setAttribute
Request::setAttribute() in Request.class.php
Sets a request attribute. They are used to save and share data between components in a context of a single request.
setAttribute
Session::setAttribute() in Session.class.php
Sets a session attribute.
setCharacterEncoding
Response::setCharacterEncoding() in Response.class.php
Sets character encoding (e.g. "UTF-8").
setContentType
Response::setContentType() in Response.class.php
Sets content type (e.g. "text/html").
setDescription
Error::setDescription() in Error.class.php
Sets description of this Error.
setHeader
Response::setHeader() in Response.class.php
Sets a HTTP response header.
setName
Error::setName() in Error.class.php
Sets name of this Error.
setStatus
Response::setStatus() in Response.class.php
Sets response status.
setURI
Resource::setURI() in Resource.class.php
Sets the (relative) URI of the Resource.
Singleton
Singleton in Singleton.int.php
Singleton interface to allow only a single instance of a class. Used by several classes such as Controller, Request, Response.
stream_eof
StringStream::stream_eof() in URIResolver.class.php
stream_open
StringStream::stream_open() in URIResolver.class.php
stream_read
StringStream::stream_read() in URIResolver.class.php
stream_tell
StringStream::stream_tell() in URIResolver.class.php
StringStream
StringStream in URIResolver.class.php
Helper class, used by URIResolver to stream strings.
t
top
$template
XSLTView::$template in XSLTView.class.php
TEXT_HTML
ContentType::TEXT_HTML in ContentType.class.php
u
top
URIResolver.class.php
URIResolver.class.php in URIResolver.class.php
URIResolver
URIResolver in URIResolver.class.php
Serves a (XML) string from memory as a stream.
url_stat
StringStream::url_stat() in URIResolver.class.php
v
top
$view
Controller::$view in Controller.class.php
View.class.php
View.class.php in View.class.php
validate
Form::validate() in Form.class.php
Validates this form and returns array of errors.
View
View in View.class.php
An abstract class for sub-classing by the actual view classes.
w
top
write
Response::write() in Response.class.php
Writes a string into the response output buffer.
x
top
$xslArg
StringStream::$xslArg in URIResolver.class.php
XSLTView.class.php
XSLTView.class.php in XSLTView.class.php
XHTML_XML
ContentType::XHTML_XML in ContentType.class.php
XSLTView
XSLTView in XSLTView.class.php
Specialized view subclass that handles XSLT processor initialization and executes general view procedures, such as passing parameters/arguments to the XSLT stylesheet.
_
top
__autoload
DIYFrameworkLoader::__autoload() in DIYFrameworkLoader.class.php
Loads a framework class by its name. First checks if the file exists and then includes it.
__construct
View::__construct() in View.class.php
Constructs View from Resource.
__construct
XSLTView::__construct() in XSLTView.class.php
Constructs View from Resource, initializes XSLT processor and creates URI resolver.
__construct
URIResolver::__construct() in URIResolver.class.php
Constructs CustomURIResolver from scheme prefix string (e.g. "arg" or "http").
__construct
MultipartRequest::__construct() in MultipartRequest.class.php
Constructs MultipartRequest from a simple Request.
__construct
Error::__construct() in Error.class.php
Constructs Error from name.
__construct
Form::__construct() in Form.class.php
Constructs Form from Request.
__construct
Session::__construct() in Session.class.php
Constructs Session (starts it and gives it an ID).
a c d e f g m o p r s t u v w x _