The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Class::Proxy"

Class::Proxy - an object proxy River stage zero No dependents

Objects can be served by "Class::Proxy". In practice, any method call to the proxy will be forwarded to the original object (victim). The purpose of that is to alter method calls in a generic way. This can be used for * faking * restriction * logging...

MUENALAN/Class-Proxy-0.01.04 - 11 Feb 2003 13:02:04 UTC

JOAP::Proxy::Class - Class for client-side proxy objects of JOAP classes River stage zero No dependents

This class provides client-side access to the attributes, methods, and superclasses of a remote JOAP class. In general, it's preferable to use the JOAP::Proxy::Package::Class class instead. This module is mainly useful if you don't know the address o...

EVAN/JOAP-0.01 - 22 May 2003 23:57:35 UTC

Class::Proxy::Lite - Simple, lightweight object proxies River stage zero No dependents

Each instance of this class serves as a proxy to a target object. The proxy is constructed from a *token* and a *resolver*. The resolver is a code reference called with the token as its only argument; its job is to resolve the token into a reference ...

NKUITSE/Class-Proxy-Lite-1.01 - 03 Oct 2008 17:59:20 UTC

Class::Persist::Proxy - Proxy for an object not loaded yet River stage zero No dependents

Framework to replace objects in the DB by Proxy objects. This allows delayed loading of objects. A proxy acts as the real object itself, it should be transparent. When a method is called on the proxy, the real object is loaded in place of the proxy. ...

RCLAMP/Class-Persist-0.02 - 23 Aug 2004 13:13:40 UTC

JOAP::Proxy::Package::Class - Base class for client-side proxies of JOAP classes River stage zero No dependents

JOAP servers support three kinds of objects: servers, classes, and instances. Ignoring servers for a moment, the most natural map of this into Perl is to have JOAP classes be Perl classes, and JOAP instances be instances of the corresponding Perl cla...

EVAN/JOAP-0.01 - 22 May 2003 23:57:35 UTC

Class::Persist::Proxy::Collection - Proxy for objects not loaded yet River stage zero No dependents

Replace several objects in the DB by a Proxy object. This allows delayed loading of objects....

RCLAMP/Class-Persist-0.02 - 23 Aug 2004 13:13:40 UTC

Template::Plugin::Class - allow calling of class methods on arbitrary classes River stage two • 4 direct dependents • 17 total dependents

Template::Plugin::Class allows you to call class methods on arbitrary classes. One use for this is in Class::DBI style applications, where you may do somthing like this: [% USE cd = Class('Music::CD') %] [% FOREACH disc = cd.retrieve_all %] [% disc.a...

RCLAMP/Template-Plugin-Class-0.14 - 05 May 2009 13:52:25 UTC

Class::SingletonProxy - proxy class methods to a singleton River stage zero No dependents

classes derived from Class::SingletonProxy redirect class methods to (per class) singleton objects. METHODS $class->SINGLETON() this method can be redefined on subclasses and is automatically called to create the singleton when it has not been previo...

SALVA/Class-SingletonProxy-0.01 - 29 Jun 2005 10:45:17 UTC

DBIx::Class::ProxyTable - without generating a schema River stage zero No dependents

The cause can treat a table becoming the base in DBIC without generating a schema. and auto create target table....

NEKOKAK/DBIx-Class-ProxyTable-0.02 - 03 Jun 2008 07:37:31 UTC

DBIx::Class::ServiceProxy - Service proxy class for DBIx::Class::Service River stage zero No dependents

ZIGOROU/DBIx-Class-Service-0.02 - 03 Apr 2008 09:49:48 UTC

DBIx::Class::Result::ProxyField - Component Result::ProxyField is a component for DBIx::Class object which permit to defined public name for each column object River stage zero No dependents

NOUDARD/DBIx-Class-Result-ProxyField-0.03 - 03 Mar 2011 15:30:11 UTC

lib/DBIx/Class/ResultSet/ProxyField.pm River stage zero No dependents

NOUDARD/DBIx-Class-Result-ProxyField-0.03 - 03 Mar 2011 15:30:11 UTC

DBIx::Class::KiokuDB::EntryProxy - A proxying result class for KiokuDB objects River stage one • 6 direct dependents • 8 total dependents

This class implements the necessary glue to properly inflate resultsets for KiokuDB object into proper instances using KiokuDB....

DOY/KiokuDB-Backend-DBI-1.23 - 31 Mar 2014 20:06:52 UTC

DBIx::Class::ResultSourceProxy::Table - provides a classdata table object and method proxies River stage three • 342 direct dependents • 452 total dependents

RIBASUSHI/DBIx-Class-0.082843 - 17 May 2022 10:49:29 UTC

Class::Wrap - Proxy an entire class's methods. River stage zero No dependents

There are several modules on CPAN which claim to help with wrapping classes; this is not like any of them. It provides a single pre- wrapper on all of a class's defined methods; it works on a class instead of an object basis. The scenario I had in mi...

SIMON/Class-Wrap-1.0 - 16 Mar 2003 15:20:59 UTC

Class::Delay - delay method dispatch until a trigerring event River stage zero No dependents

Class::Delay provides a mechanism for the delay of method dispatch until a triggering method is called. You simply define a proxy class, and then call on the module to set up a set of methods that will defer. Options The use statement takes the follo...

RCLAMP/Class-Delay-0.02 - 22 Oct 2003 15:34:43 UTC

Class::HPLOO - Easier way to declare classes on Perl, based in the popular class {...} style and ePod. River stage zero No dependents

This is the implemantation of OO-Classes for HPL. This brings an easy way to create PM classes, but with HPL resources/style....

GMPASSOS/Class-HPLOO-0.23 - 07 Mar 2005 21:11:08 UTC

Class::Autouse - Run-time load a class the first time you call a method in it. River stage two • 13 direct dependents • 24 total dependents

Class::Autouse is a runtime class loader that allows you to specify classes that will only load when a method of that class is called. For large classes or class trees that might not be used during the running of a program, such as Date::Manip, this ...

ADAMK/Class-Autouse-2.01 - 03 Feb 2012 07:59:58 UTC

Class::Persist - Persistency framework for objects River stage zero No dependents

Provides the framework to persist the objects in a DB in a Class::DBI style...

RCLAMP/Class-Persist-0.02 - 23 Aug 2004 13:13:40 UTC

Class::Listener - executes methods on events River stage one • 1 direct dependent • 1 total dependent

A base class which listenes for signals and runs methods. METHODS signal( $eventname, @args ) $eventname A method with the name "_on_$eventname" will be called (if it exists). @args This array is forwarded to the callback. [Note] signal returns the r...

MUENALAN/Class-Listener-0.01.04 - 27 Feb 2003 12:23:37 UTC
50 results (0.079 seconds)