Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

jifty::view::declare::baseclass(3pm) [debian man page]

Jifty::View::Declare::BaseClass(3pm)			User Contributed Perl Documentation		      Jifty::View::Declare::BaseClass(3pm)

NAME
Jifty::View::Declare::BaseClass - Base class for Template::Declare views DESCRIPTION
This class provides a base class for your Template::Declare derived view classes. METHODS
use_mason_wrapper Call this function in your view class to use your mason wrapper for Template::Declare templates, something like: package TestApp::View; use Jifty::View::Declare -base; __PACKAGE__->use_mason_wrapper; If you don't use mason then you can define a "wrapper" function in the view class to override default page layouts. Default TD wrapper defined in Jifty::View::Declare::Helpers. ATTRIBUTES
clkao owes documentation as to the meaning of this and when it would be acceptable to use it. Static TODO Document this... This is part of the client-caching system being developed for Perl to allow you to translate templates into JavaScript running on the client. This function allows a developer to mark a Template::Declare template as static (unchanging), so that the compiled version can be cached on the client side and inserted with javascript. Action TODO Document this... This is part of the client-caching system being developed for Perl to allow you to translate templates into JavaScript running on the client. This function allows a developer to mark a Template::Declare template as an action. SEE ALSO
Jifty::View::Declare, Template::Declare, Jifty::View::Declare::Helpers LICENSE
Jifty is Copyright 2005-2010 Best Practical Solutions, LLC. Jifty is distributed under the same terms as Perl itself. perl v5.14.2 2010-12-10 Jifty::View::Declare::BaseClass(3pm)

Check Out this Related Man Page

Jifty::Handler(3pm)					User Contributed Perl Documentation				       Jifty::Handler(3pm)

NAME
Jifty::Handler - Methods related to the finding and returning content SYNOPSIS
use Jifty; Jifty->new(); my $handler = Jifty::Handler->new; $handler->handle_request( $env ); DESCRIPTION
Jifty::Handler provides methods required to find and return content to the browser. "handle_request", for instance, is the main entry point for HTTP requests. new Create a new Jifty::Handler object. Generally, Jifty.pm does this only once at startup. view_handlers Returns a list of modules implementing view for your Jifty application. You can override this by specifying: framework: View: Handlers: - Jifty::View::Something::Handler - Jifty::View::SomethingElse::Handler setup_view_handlers Initialize all of our view handlers. view ClassName Returns the Jifty view handler for "ClassName". psgi_app_static Returns a closure for PSGI application that handles all static content, including plugins. psgi_app Returns a closure for PSGI application. handle_request When your server process (be it Jifty-internal, FastCGI or anything else) wants to handle a request coming in from the outside world, you should call "handle_request". cleanup_request Dispatchers should call this at the end of each request, as a class method. It flushes the session to disk, as well as flushing Jifty::DBI's cache. perl v5.14.2 2011-04-07 Jifty::Handler(3pm)
Man Page

13 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

"View new posts"

Is the "view new posts" link working for everyone? It hasn't worked for me the last few days, it finds no matches. I haven't found anything on my end that would cause this but if no one else is having problems I will keep looking. (7 Replies)
Discussion started by: TioTony
7 Replies

2. SCO

View Hardware Configuration

View Hardware Configuration is not an accessible option on the drop down list on the Open Server SCO Relase 5.05 Why would this be and how can I work around to get into it? Any suggestions would be appreciated! Thanks (4 Replies)
Discussion started by: trinitygirl71
4 Replies

3. Programming

Bug has developed

Guys there is another bug that has developed.........now messaged above 6 bytes are trimmed and echoed back to client.After the first message the echo is not regular.I have put a loop in both client and server to check for closing.Moreover for connection close i also need to put another clause that... (3 Replies)
Discussion started by: arjunjag
3 Replies

4. HP-UX

View command was typed

Hello All, I Am A New Member To This Group. Could you show me how to view all command was typed the same Redhat. Every I type arrow up and down to show the command was type but nothing to see. I must type it again. it is very slow. Thanks hoavn (4 Replies)
Discussion started by: hoavn
4 Replies

5. Shell Programming and Scripting

View the Server Total Ram in GB

Hello, I want to view server RAM in GB i.e 4 GB or 6 GB via command line to use it in bash script waiting Any Ideas :) Thanks :):) (2 Replies)
Discussion started by: LinuxCommandos
2 Replies

6. Shell Programming and Scripting

Connect to Clearcase through Unix

Hi, How can I connect to clearcase view through Unix. I have this view r232_view in Clearcase. I tried this from my home directory >cleartool setview r232_view >cleartool: Error: View tag not found: "r232_view". Am I missing something? Thanks, (5 Replies)
Discussion started by: northwest
5 Replies

7. Solaris

How to view only successful login?

Hi all, I have to view only success full login attempts . View who are all logged in correctly , and where it can be stored? Thanks in advance Gnanavel (3 Replies)
Discussion started by: Gnanavel
3 Replies

8. Shell Programming and Scripting

View ouput as a file

Hi all , I have a view in teradata , the ouput of that view have to be stored as a file with delimitere as '|'.Is there any possibility of doing this in unix ? Thanks in advance , Vinoth (6 Replies)
Discussion started by: vino.paal
6 Replies

9. Shell Programming and Scripting

Pipes with the < and >> meanings.

Hey, Well, we're starting scripting next week for my class, and I have my command done, but I don't actually understand what the meaning is, so I was just wondering if someone could "translate" this in to words so that I might be able to do this better... command1 | command2 | command3... (5 Replies)
Discussion started by: sso
5 Replies

10. Programming

Created a wrapper for a function in a class.

I have a class called Parsing with the following function. I want to create a wrapper for it, so that I call it using GetReal rather than GetFloat. Bit confused on how to do this. class Parsing { private: int Length; // int Ptr; ... (3 Replies)
Discussion started by: kristinu
3 Replies

11. Programming

Calling template at once

Hello Again, I am just wanted to know if we can call the Template using "require_once" at PHP? Any views around happy to discuss. Thanks in Advance (2 Replies)
Discussion started by: AimyThomas
2 Replies

12. UNIX and Linux Applications

VMware View Client Connection Issues

I installed the VMware View Client for Linux in Ubuntu and whenever I try and connect I recieve: Untrusted View Connection: Failed to connect to the View Connection Server. The server provided an invalid certificate. The certificate authority is invalid or incorrect. Having access to... (2 Replies)
Discussion started by: metallica1973
2 Replies

13. What is on Your Mind?

Moving from Desktop View to Mobile View

See attached video for a demo on how to move back and forth from the desktop view to the mobile view. Currently this only works for the home page, but I will work on some new PHP code in the future to make this work with the page we are currently on. Edit: The issue with making every page ... (2 Replies)
Discussion started by: Neo
2 Replies