CCutelyst::ASync | Helper class for asynchronous processing |
CCutelyst::ASyncPrivate | |
►CCutelyst::AuthenticationStore | Abstract class to retrieve user data from a store |
CCutelyst::StoreHtpasswd | Authentication data store using a flat file |
CCutelyst::StoreMinimal | Minimal in memory authentication data store |
CCutelyst::AuthenticationUser | Container for user data retrieved from an AuthenticationStore |
CCutelyst::Headers::Authorization | |
►CCutelyst::ComponentFactory | |
CCutelyst::ActionRESTFactory | |
CCutelyst::RenderViewFactory | |
CCutelyst::RoleACLFactory | |
CCutelyst::Request::Cookie | |
CCutelyst::DynamicTableEntry | |
►CCutelyst::EngineRequest | |
CCutelyst::H2Stream | |
CCutelyst::ProtoRequestFastCGI | |
CCutelyst::ProtoRequestHttp | |
Cfcgi_begin_request_body | |
Cfcgi_record | |
Ch2_frame | |
CCutelyst::H2Frame | |
CCutelyst::Headers::HeaderKeyValue | |
CCutelyst::Headers | Container for HTTP headers |
CCutelyst::HPack | |
CMountPoint | |
CCutelyst::MultiPartFormDataParser | |
►CCutelyst::Protocol | |
CCutelyst::ProtocolFastCGI | |
CCutelyst::ProtocolHttp | |
CCutelyst::ProtocolHttp2 | |
CCutelyst::ProtocolWebSocket | |
►CCutelyst::ProtocolData | |
CCutelyst::ProtoRequestFastCGI | |
CCutelyst::ProtoRequestHttp | |
CCutelyst::ProtoRequestHttp2 | |
►CQIODeviceBase [external] | |
►CQIODevice [external] | |
CCutelyst::Response | A Cutelyst response |
CCutelyst::Upload | Cutelyst Upload handles file upload requests |
CPostUnbuffered | |
►CQAbstractSocket [external] | |
►CQTcpSocket [external] | |
CCutelyst::TcpSocket | |
►CQSslSocket [external] | |
CCutelyst::SslSocket | |
►CQLocalSocket [external] | |
CCutelyst::LocalSocket | |
►CQObject [external] | |
►CAbstractFork | |
CUnixFork | |
CWindowsFork | |
CCutelyst::ActionRESTFactory | |
CCutelyst::Application | The Cutelyst application |
►CCutelyst::AuthenticationCredential | Abstract class to validate authentication credentials like user name and password |
CCutelyst::CredentialHttp | Use HTTP basic authentication to authenticate a user |
CCutelyst::CredentialPassword | Use password based authentication to authenticate a user |
►CCutelyst::Component | The Cutelyst Component base class |
►CCutelyst::Action | This class represents a Cutelyst Action |
CCutelyst::ActionChain | Holds a chain of Cutelyst actions |
CCutelyst::ActionREST | Automated REST method dispatching |
CCutelyst::RenderView | Sensible default end action that forwards to a View |
CCutelyst::AuthenticationRealm | Combines user store and credential validation into a named realm |
CCutelyst::RoleACL | User role-based authorization action role |
►CCutelyst::View | Abstract View component for Cutelyst |
CCutelyst::CuteleeView | A view that renders templates using Cutelee engine |
►CCutelyst::ViewEmail | A view that sends stash data via e-mail |
CCutelyst::ViewEmailTemplate | A view that renders stash data using another view and sends it via e-mail |
CCutelyst::ViewJson | A view that returns stash data in JSON format |
CCutelyst::Context | The Cutelyst Context |
CCutelyst::Controller | Cutelyst Controller base class |
►CCutelyst::DispatchType | Abstract class to described a dispatch type |
CCutelyst::DispatchTypeChained | Describes a chained dispatch type |
CCutelyst::DispatchTypePath | Describes a path dispatch type |
CCutelyst::Dispatcher | The Cutelyst Dispatcher |
►CCutelyst::Engine | The Cutelyst Engine |
CCutelyst::ServerEngine | |
►CCutelyst::Plugin | Base class for Cutelyst Plugins |
CCutelyst::Authentication | Main class to manage user authentication |
CCutelyst::CSRFProtection | Protect input forms against Cross Site Request Forgery (CSRF/XSRF) attacks |
CCutelyst::LangSelect | Detect and select locale based on different input parameters |
CCutelyst::Memcached | Cutelyst Memcached plugin |
CCutelyst::Session | Plugin providing methods for session management |
CCutelyst::StaticCompressed | Serve static files compressed on the fly or pre-compressed |
CCutelyst::StaticSimple | Serve static files directly from your application |
CCutelyst::StatusMessage | Manage status messages over multiple requests stored in the Session |
CStaticMap | |
CCutelyst::RenderViewFactory | |
CCutelyst::Request | A request |
CCutelyst::RoleACLFactory | |
CCutelyst::Server | Implements a web server |
►CCutelyst::SessionStore | Abstract class to create a session store |
CCutelyst::MemcachedSessionStore | Memcached based session store |
CCutelyst::SessionStoreFile | A session store that stores user sessions in the file system |
CCutelyst::systemdNotify | |
CQIODevice [external] | |
►CQLocalServer [external] | |
CCutelyst::LocalServer | |
►CQTcpServer [external] | |
►CCutelyst::TcpServer | |
CCutelyst::TcpSslServer | |
CCutelyst::TcpServerBalancer | |
►CQVariantMap | |
CCutelyst::Pagination | Helper to calculate values for paginating result lists |
►CCutelyst::Socket | |
CCutelyst::LocalSocket | |
CCutelyst::SslSocket | |
CCutelyst::TcpSocket | |
CCutelyst::Stats | |
CCutelyst::StatusMessagePrivate | |
CCutelyst::systemdNotifyPrivate | |
CCutelyst::Sql::Transaction | This is a helper class to create scoped transactions |
CCutelyst::Validator | Validation processor for input data |
CCutelyst::ValidatorMessages | Stores custom error messages and the input field label |
CCutelyst::ValidatorResult | Provides information about performed validations |
CCutelyst::ValidatorReturnType | Contains the result of a single input parameter validation |
►CCutelyst::ValidatorRule | Base class for all validator rules |
CCutelyst::ValidatorAccepted | Checks if a field is available and has a specific value |
CCutelyst::ValidatorAfter | Checks if a date, time or datetime is after a comparison value |
CCutelyst::ValidatorAlpha | Validates an input field for only alphabetic content |
CCutelyst::ValidatorAlphaDash | Checks a value for only alpha-numeric content and dashes and underscores |
CCutelyst::ValidatorAlphaNum | Checks a value for only alpha-numeric content |
CCutelyst::ValidatorBefore | Checks if a date, time or datetime is before a comparison value |
CCutelyst::ValidatorBetween | Checks if a value or text length is between a minimum and maximum value |
CCutelyst::ValidatorBoolean | Checks if a value can be casted into a boolean |
CCutelyst::ValidatorCharNotAllowed | Validates an input field for not allowed characters |
CCutelyst::ValidatorConfirmed | Checks for a confirmation input field |
CCutelyst::ValidatorDate | Checks if the input data is a valid date |
CCutelyst::ValidatorDateTime | Checks if the input data is a valid datetime |
CCutelyst::ValidatorDifferent | Checks if two values are different |
CCutelyst::ValidatorDigits | Checks for digits only with optional length check |
CCutelyst::ValidatorDigitsBetween | Checks for digits only with a length between min and max |
CCutelyst::ValidatorDomain | Checks if the value of the input field contains a FQDN according to RFC 1035 |
CCutelyst::ValidatorEmail | Checks if the value is a valid email address according to specific RFCs |
CCutelyst::ValidatorFileSize | Checks if the input field contains a valid file size string like 1.5 GB |
CCutelyst::ValidatorFilled | The field under validation must not be empty when it is present |
CCutelyst::ValidatorIn | Checks if the field value is one from a list of values |
CCutelyst::ValidatorInteger | Checks if the value is an integer |
CCutelyst::ValidatorIp | Checks if the field value is a valid IP address |
CCutelyst::ValidatorJson | Checks if the inut data is valid JSON |
CCutelyst::ValidatorMax | Checks if a value is not bigger or longer than a maximum value |
CCutelyst::ValidatorMin | Checks if a value is not smaller or shorter than a maximum value |
CCutelyst::ValidatorNotIn | Checks if the field value is not one from a list of values |
CCutelyst::ValidatorNumeric | Checks if the field under validation could be casted into a numeric value |
CCutelyst::ValidatorPresent | The field under validation must be present in input data but can be empty |
CCutelyst::ValidatorPwQuality | Validates an input field with libpwquality to check password quality |
CCutelyst::ValidatorRegularExpression | The field under validation must match the given regular expression |
CCutelyst::ValidatorRequired | Checks if a field is available and not empty |
CCutelyst::ValidatorRequiredIf | The field under validation must be present and not empty if the other field is equal to any value in a list |
CCutelyst::ValidatorRequiredIfStash | The field under validation must be present and not empty if the content of a stash key is equal to one from a list |
CCutelyst::ValidatorRequiredUnless | The field under validation must be present and not empty unless the other field is equal to any value in the list |
CCutelyst::ValidatorRequiredUnlessStash | The field under validation must be present and not empty unless the content of a stash key is equal to a value in a list |
CCutelyst::ValidatorRequiredWith | The field under validation must be present and not empty only if any of the other specified fields is present |
CCutelyst::ValidatorRequiredWithAll | The field under validation must be present and not empty only if all of the other specified fields are present |
CCutelyst::ValidatorRequiredWithout | The field under validation must be present and not empty only if any of the other specified fields is not present |
CCutelyst::ValidatorRequiredWithoutAll | The field under validation must be present and not empty only when all of the other specified fields are not present |
CCutelyst::ValidatorSame | The given field must match the field under validation |
CCutelyst::ValidatorSize | The field under validation must have a size matching the given value |
CCutelyst::ValidatorTime | Checks if the input data is a valid time |
CCutelyst::ValidatorUrl | The field under validation must be a valid URL |
CWorker | |