Query: html::mason::component::subcomponent
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
HTML::Mason::Component::Subcomponent(3pm) User Contributed Perl Documentation HTML::Mason::Component::Subcomponent(3pm)NAMEHTML::Mason::Component::Subcomponent - Mason Subcomponent ClassDESCRIPTIONThis is a subclass of HTML::Mason::Component. Mason uses it to implement both subcomponents (defined by "<%def>") and methods (defined by "<%method>"). A subcomponent/method gets most of its properties from its owner. Note that the link from the subcomponent to its owner is a weak reference (to prevent circular references), so if you grab a subcomponent/method object, you should also grab and hold a reference to its owner. If the owner goes out of scope, the subcomponent/method object will become unusable.METHODSis_method Returns 1 if this is a method (declared by "<%method>"), 0 if it is a subcomponent (defined by c<< <%def> >>). owner Returns the component object within which this subcomponent or method was defined.SEE ALSOHTML::Mason::Component perl v5.14.2 2012-02-04 HTML::Mason::Component::Subcomponent(3pm)
| Related Man Pages |
|---|
| html::mason::apachehandler(3pm) - debian |
| html::mason::lexer(3pm) - debian |
| html::mason::psgihandler(3pm) - debian |
| mason::component(3pm) - debian |
| mason::component::moose(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Adding the individual columns of a matrix. |
| Is UNIX an open source OS ? |
| Detecting unused variables... |
| A (ksh) Library For and From UNIX.com |
| New UNIX and Linux History Sections |