Backlinks to ObjectMethod in System Web (Search all webs)

Results from System web retrieved at 12:35 (GMT)

CGISessionTutorialDotPm
Package == =head1 NAME CGI::Session::Tutorial Extended CGI::Session manual =head1 STATE MAINTENANCE OVERVIEW Since HTTP is a stateless protocol, each subsequent...
ClassMethod
A ClassMethod is a method that must be called relative to the containing class object. This normally only applies to the new method used to create new object inst...
DeveloperDocumentationCategory
Developer Documentation List of documents for application developers as well as developers of skins and extensions. Application Developer Topics Topics for norm...
ReleaseNotes01x01
Foswiki Release 1.1.10 Foswiki The Free and Open Source Wiki Foswiki is an enterprise collaboration and information sharing tool targeted for professional use ...
StaticMethod
A StaticMethod is a method in a package that can be called without reference to an object of the package type. For example, package Telecoms StaticMethod defaul...
TWikiAccessControlExceptionDotPm
Package TWiki::AccessControlException Exception used raise an access control violation. This exception has the following fields: * web the web which was bein...
TWikiAccessDotPm
Package TWiki::Access A singleton object of this class manages the access control database. ClassMethod new ($session) Constructor. ObjectMethod finish () Break...
TWikiAttachDotPm
Package TWiki::Attach A singleton object of this class is used to deal with attachments to topics. ClassMethod new ($session) Constructor. ObjectMethod finish (...
TWikiAttrsDotPm
Package TWiki::Attrs Class of attribute sets, designed for parsing and storing attribute values from a TWiki tag e.g. %TAG{"joe" fred="bad" joe="mad"}% An attribu...
TWikiDotPm
Package TWiki TWiki operates by creating a singleton object (known as the Session object) that acts as a point of reference for all the different modules in the s...
TWikiEngineDotPm
Package == package TWiki::Engine The engine class is a singleton that implements details about TWiki's execution mode. This is the base class and implements bas...
TWikiEngineExceptionDotPm
Package TWiki::EngineException Exception used to raise an engine related error. This exception has the following fields: * status status code to send to clie...
TWikiFormDotPm
Package TWiki::Form Object representing a single form definition. Form definitions are mainly used to control rendering of a form for editing, though there is som...
TWikiFormFieldDefinitionDotPm
Package TWiki::Form::FieldDefinition Base class of all field definition classes. Type specific classes are derived from this class to define specific per type beh...
TWikiFormListFieldDefinitionDotPm
Package TWiki::Form::ListFieldDefinition Form field definitions that accept lists of values in the field definition. This is different to being multi valued, whic...
TWikiFormSelectDotPm
Package == getDefaultValue() $value The default for a select is always the empty string, as there is no way in TWiki form definitions to indicate selected val...
TWikiI18NDotPm
Package TWiki::I18N Support for strings translation and language detection. ClassMethod available_languages Lists languages tags for languages available at TWik...
TWikiI18NExtractDotPm
Package TWiki::I18N::Extract Support translatable strings extraction from TWiki topics and templates. Depends on Locale::Maketext::Extract (part of CPAN::Locale::...
TWikiInfixNodeDotPm
Package TWiki::Infix::Node Base class for node types generated by Infix::Parser. You don't have to use it, but it may be useful. ClassMethod newNode ($o,@p) \...
TWikiInfixParserDotPm
Package TWiki::Infix::Parser A simple stack based parser that parses infix expressions with nonary, unary and binary operators specified using an operator table. ...
TWikiLoginManagerApacheLoginDotPm
Package TWiki::LoginManager::ApacheLogin This is login manager that you can specify in the security setup section of configure. It instructs TWiki to cooperate wi...
TWikiLoginManagerDotPm
Package TWiki::LoginManager The package is also a Factory for login managers and also the base class for all login managers. On it's own, an object of this class ...
TWikiLoginManagerTemplateLoginDotPm
Package TWiki::LoginManager::TemplateLogin This is a login manager that you can specify in the security setup section of configure. It provides users with a templ...
TWikiMetaDotPm
Package TWiki::Meta All TWiki topics have data (text) and meta data (information about the topic). Meta data includes information such as file attachments, form f...
TWikiNetDotPm
Package TWiki::Net Object that brokers access to network resources. ObjectMethod finish () Break circular references. getExternalResource( $url ) $response G...
TWikiOopsExceptionDotPm
Package TWiki::OopsException Exception used to raise a request to redirect to an Oops URL. An OopsException thrown anywhere in the code will redirect the browser ...
TWikiPluginDotPm
Package == ClassMethod new ($session,$name,$module) * $session TWiki object * $name name of the plugin e.g. MyPlugin * $module (options) name of t...
TWikiPluginsDotPm
Package TWiki::Plugins This module defines the singleton object that handles Plugins loading, initialization and execution. This class uses Chain of Responsibilit...
TWikiPrefsDotPm
Package TWiki::Prefs The Prefs class is a singleton that implements management of preferences. It uses a stack of TWiki::Prefs::PrefsCache objects to store the pr...
TWikiPrefsParserDotPm
Package TWiki::Prefs::Parser This Prefs internal class is used to parse * Set and * Local statements from arbitrary text, and extract settings from meta objects. ...
TWikiPrefsPrefsCacheDotPm
Package TWiki::Prefs::PrefsCache The PrefsCache package holds a cache of topics that have been read in, using the TopicPrefs class. These functions manage that c...
TWikiQueryHoistREsDotPm
Package TWiki::Query::HoistREs Static functions to extract regular expressions from queries. The REs can be used in caching stores that use the TWiki standard inl...
TWikiRenderDotPm
Package TWiki::Render This module provides most of the actual HTML rendering code in TWiki. ClassMethod new ($session) Creates a new renderer ObjectMethod finis...
TWikiRequestDotPm
Package == package TWiki::Request Class to encapsulate request data. Fields: * action action requested (view, edit, save, ...) * cookies hashref whose key...
TWikiResponseDotPm
Package == package TWiki::Response Class to encapsulate response data. Fields: * status response status * headers hashref to response headers *...
TWikiSandboxDotPm
Package TWiki::Sandbox This object provides an interface to the outside world. All calls to system functions, or handling of file names, should be brokered by thi...
TWikiSearchDotPm
Package TWiki::Search This module implements all the search functionality. ClassMethod new ($session) Constructor for the singleton Search engine object. Object...
TWikiStoreDotPm
Package TWiki::Store This module hosts the generic storage backend. This module provides the interface layer between the "real" store provider which is hidden b...
TWikiStoreRcsFileDotPm
Package TWiki::Store::RcsFile This class is PACKAGE PRIVATE to Store, and should never be used from anywhere else. It is the base class of implementations of stor...
TWikiStoreRcsLiteDotPm
Package TWiki::Store::RcsLite This package does not publish any methods. It implements the virtual methods of the TWiki::Store::RcsFile superclass. Simple replace...
TWikiStoreRcsWrapDotPm
Package TWiki::Store::RcsWrap This package does not publish any methods. It implements the virtual methods of the TWiki::Store::RcsFile superclass. Wrapper around...
TWikiTemplatesDotPm
Package TWiki::Templates Support for the TWiki template language. The following tokens are supported by this language: %TMPL:P% Instantiates a previously defi...
TWikiUserMappingDotPm
Package TWiki::UserMapping This is a virtual base class (a.k.a an interface) for all user mappers. It is not useable as a mapping in TWiki use the BaseUserMappi...
TWikiUsersApacheHtpasswdUserDotPm
Package TWiki::Users::ApacheHtpasswdUser Password manager that uses Apache::HtPasswd to manage users and passwords. Subclass of TWiki::Users::Password . See docu...
TWikiUsersBaseUserMappingDotPm
Package TWiki::Users::BaseUserMapping User mapping is the process by which TWiki maps from a username (a login name) to a display name and back. It is also where ...
TWikiUsersDotPm
Package TWiki::Users This package provides services for the lookup and manipulation of login and wiki names of users, and their authentication. It is a Facade tha...
TWikiUsersHtPasswdUserDotPm
Package TWiki::Users::HtPasswdUser Support for htpasswd and htdigest format password files. Subclass of TWiki::Users::Password . See documentation of that class ...
TWikiUsersPasswordDotPm
Package TWiki::Users::Password Base class of all password handlers. Default behaviour is no passwords, so anyone can be anyone they like. The methods of this clas...
Number of topics: 48
This site is powered by FoswikiCopyright © by the contributing authors. All material on this site is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback