Movatterモバイル変換


[0]ホーム

URL:


 / 
Jifty-1.50430
River stage two • 33 direct dependents • 33 total dependents

Documentation

Jifty::Manual::AccessControl
Using Jifty's default ACL system
Jifty::Manual::AccessControl_zhtw
使用 Jifty 預設的 ACL 系統
Jifty::Manual::Actions
Doing Stuff With Jifty
Jifty::Manual::Actions
讓 Jifty 做事
Jifty::Manual::Continuations
There And Back Again
Jifty::Manual::Cookbook
Recipes for common tasks in Jifty
Jifty::Manual::Deploying
Deploying your application for production use
Jifty::Manual::Deploying_zhtw
佈署你的應用程式 Deploying your application for production use
Jifty::Manual::FAQ
Frequently Answered Questions
Jifty::Manual::Glossary
The Jifty dictionary
Jifty::Manual::JavaScript
JavaScript programming guide for Jifty
Jifty::Manual::JavaScript_zhtw
Jifty 之 JavaScript 程式設計指引
Jifty::Manual::Logging
Using and controlling Jifty's logging system
Jifty::Manual::Models
Managing your datastore
Jifty::Manual::ObjectModel
An overview of the Jifty object model
Jifty::Manual::PageRegions
Using page regions
Jifty::Manual::Preload
One Path to a Snappy UI
Jifty::Manual::RequestHandling
Jifty's request handling process
Jifty::Manual::Style
Jifty coding style guide
Jifty::Manual::Tutorial
Zero to Jifty in a Jiffy
Jifty::Manual::TutorialRest
Web Services
Jifty::Manual::Tutorial_de
Einführung in Jifty
Jifty::Manual::Tutorial_ja
Jifty::Manual::Tutorial_zhtw
Jifty 從零開始
Jifty::Manual::Upgrading
How-to change your application database over time
Jifty::Manual::UsingCSSandJS
Using CSS and JavaScript
jQueryMigrationGuide
How to migrate your code to use jQuery.
js_size
summarize the size of javascript used in your jifty app

Modules

Jifty
an application framework
Jifty::API
Manages and allow reflection on the Jifty::Actions that make up a Jifty application's API
Jifty::Action
The ability to Do Things in the framework
Jifty::Action::AboutMe
Give information about the current user
Jifty::Action::Autocomplete
An action for making autocompletion suggestions
Jifty::Action::Record
An action tied to a record in the database.
Jifty::Action::Record::Bulk
Perform multiple record actions
Jifty::Action::Record::Create
Automagic creation action
Jifty::Action::Record::Delete
Automagic delete action
Jifty::Action::Record::Execute
Simple abstract based for record actions
Jifty::Action::Record::Search
Automagic search action
Jifty::Action::Record::Update
Automagic update action
Jifty::Action::Redirect
Redirect the browser
Jifty::Bootstrap
Insert initial data into your database
Jifty::CAS
Jifty's Content-Addressable Storage facility
Jifty::CAS::Blob
An object in Jifty's content-addressed store
Jifty::CAS::Store
Abstract class for Jifty's Content-Addressed Storage
Jifty::CAS::Store::LocalFile
A local file backend for Jifty's CAS
Jifty::CAS::Store::Memcached
A memcached backend for Jifty's CAS
Jifty::CAS::Store::Memory
An single-process in-memory CAS store
Jifty::CAS::Store::Nested
A layered CAS store
Jifty::ClassLoader
Loads the application classes
Jifty::Client
Subclass of WWW::Mechanize with extra Jifty features
Jifty::Collection
Collection of Jifty::Record objects
Jifty::Config
the configuration handler for Jifty
Jifty::Continuation
Allows for basic continuation-based programming
Jifty::CurrentUser
Base class and basic implementation of current user object
Jifty::DateTime
a DateTime subclass that knows about Jifty users
Jifty::Dispatcher
The Jifty Dispatcher
Jifty::Everything
Load all of the important Jifty modules at once.
Jifty::Filter::DateTime
A Jifty::DBI filter to work with Jifty::DateTime objects
Jifty::Filter::JSON
This filter stores arbitrary Perl via JSON
Jifty::Handle
A database handle class for Jifty
Jifty::Handler
Methods related to the finding and returning content
Jifty::I18N
Internationalization framework for Jifty
Jifty::JSON
Wrapper around JSON
Jifty::LetMe
A way to expose single-link URLs to your applications
Jifty::Logger
A master class for Jifty's logging framework
Jifty::Manual
Jifty documentation
Jifty::Model::Metadata
Tracks Jifty-related metadata
Jifty::Model::Session
Jifty session tracking
Jifty::Model::SessionCollection
Specialized handling of the session collection
Jifty::Module::Pluggable
Jifty-specific helper for Module::Pluggable
Jifty::Notification
Send emails from Jifty
Jifty::Object
Base class for most of Jifty's objects
Jifty::Param
Parameters for Jifty actions
Jifty::Param::Schema
Declare parameters of a Jifty action with ease.
Jifty::Plugin
Describes a plugin to the Jifty framework
Jifty::Plugin::ActorMetadata
add created_by created_on updated_by updated_on columns to a model class
Jifty::Plugin::ActorMetadata::Mixin::Model::ActorMetadata
ActorMetadata mixin
Jifty::Plugin::AdminUI::Dispatcher
dispatcher of the AdminUI plugin
Jifty::Plugin::AdminUI::View
CRUD views for AdminUI
Jifty::Plugin::Authentication::Password
password authentication plugin
Jifty::Plugin::Authentication::Password::Action::ConfirmEmail
Confirm a user's email address
Jifty::Plugin::Authentication::Password::Action::GeneratePasswordToken
generate password token
Jifty::Plugin::Authentication::Password::Action::Login
process login with password
Jifty::Plugin::Authentication::Password::Action::Logout
process logout
Jifty::Plugin::Authentication::Password::Action::ResendConfirmation
resend confirmation for new mail or password
Jifty::Plugin::Authentication::Password::Action::ResetLostPassword
Confirm and reset a lost password
Jifty::Plugin::Authentication::Password::Action::SendAccountConfirmation
send confirmation for an email
Jifty::Plugin::Authentication::Password::Action::SendPasswordReminder
send a link to reset a password
Jifty::Plugin::Authentication::Password::Action::Signup
signup for an account
Jifty::Plugin::Authentication::Password::Dispatcher
password plugin dispatcher
Jifty::Plugin::Authentication::Password::Mixin::Model::User
password plugin user mixin model
Jifty::Plugin::Authentication::Password::Notification::ConfirmEmail
mail notification to confirm email
Jifty::Plugin::Authentication::Password::Notification::ConfirmLostPassword
mail notification to change password
Jifty::Plugin::Authentication::Password::View
views for password plugin
Jifty::Plugin::CSSQuery
use the cssQuery JavaScript library with Jifty
Jifty::Plugin::ClassLoader
Automatically generates application classes
Jifty::Plugin::Compat
Provide Jifty API compatibility
Jifty::Plugin::CompressedCSSandJS
Compression of CSS and javascript files
Jifty::Plugin::Config::Action::AddConfig
add a configuration entry
Jifty::Plugin::Config::Action::Config
Register config
Jifty::Plugin::Config::Dispatcher
dispatcher of the Config plugin
Jifty::Plugin::Config::View
Templates for Config plugin
Jifty::Plugin::Deflater
Handles Accept-Encoding and compression
Jifty::Plugin::ErrorTemplates
Plugin for showing errors
Jifty::Plugin::ErrorTemplates::View
Template pages to show errors
Jifty::Plugin::Halo
Provides halos
Jifty::Plugin::Halo::Mason
Class for drawing "halos" around page components
Jifty::Plugin::I18N
Additional i18n facility such as language selector
Jifty::Plugin::I18N::Action::SetLang
Sets user's current language
Jifty::Plugin::IEFixes
Add javascript files for IE
Jifty::Plugin::LetMe
Plugin for url-based authentication
Jifty::Plugin::LetMe::Dispatcher
Dispatcher for LetMe plugin
Jifty::Plugin::OnlineDocs
Online documentation for Jifty in current application
Jifty::Plugin::OnlineDocs::Dispatcher
Dispatcher for OnlineDocs plugin
Jifty::Plugin::Prototypism
Provide Prototype and Scriptaculous js libraries
Jifty::Plugin::PubSub
Event-based publish/subscribe framework
Jifty::Plugin::PubSub::Bus
AnyMQ class for Jifty
Jifty::Plugin::PubSub::Connection
Connection to browser
Jifty::Plugin::PubSub::Subscriptions
Manage browser event subscriptions
Jifty::Plugin::REST
Add REST web services to your app
Jifty::Plugin::REST::Dispatcher
Dispatcher for REST plugin
Jifty::Plugin::RPC
Use AMQP for RPC
Jifty::Plugin::RequestInspector
Inspect requests
Jifty::Plugin::RequestInspector::Model::Request
Persistent storage for the request inspector
Jifty::Plugin::RequestInspector::View
View for RequestInspector
Jifty::Plugin::SQLQueries
Inspect your application's SQL queries
Jifty::Plugin::SQLQueries::View
View for SQLQueries
Jifty::Plugin::SetupWizard
make it easy for end-users to set up your app
Jifty::Plugin::SetupWizard::Action::TestDatabaseConnectivity
Test database connectivity action
Jifty::Plugin::SetupWizard::View
templates for SetupWizard
Jifty::Plugin::SinglePage
Makes your app into a single-page
Jifty::Plugin::SinglePage::Dispatcher
Dispatcher for SinglePage plugin
Jifty::Plugin::SkeletonApp
Skeleton for your application
Jifty::Plugin::SkeletonApp::Dispatcher
Dispatcher for SkeletonApp plugin
Jifty::Plugin::SkeletonApp::View
Default fragments for your pages
Jifty::Plugin::TestServerWarnings
Stores server warnings away for later fetching
Jifty::Plugin::TestServerWarnings::Appender
Log appender
Jifty::Plugin::TestServerWarnings::View
Downloads test warnings
Jifty::Plugin::User
Plugin for building user models
Jifty::Plugin::User::Mixin::Model::User
user model base mixin
Jifty::Plugin::ViewDeclarePage
sexy replacement for suckish Jifty::View::Declare::Page
Jifty::Plugin::ViewDeclarePage::Page
new style page wrapper to simplify customization and reuse.
Jifty::Record
Represents a Jifty object that lives in the database.
Jifty::Request
Canonical internal representation of an incoming Jifty request
Jifty::Request::Mapper
Maps response values into arbitrary query parameters
Jifty::Response
Canonical internal representation of the result of a Jifty::Action
Jifty::Result
Outcome of running a Jifty::Action
Jifty::RightsFrom
Delegate access control to a related object
Jifty::Schema
generates and upgrades your application's schema
Jifty::Script
Base class for all bin/jifty commands
Jifty::Script::Action
Add an action class to your Jifty application
Jifty::Script::Adopt
localize a stock jifty component
Jifty::Script::App
Create the skeleton of a Jifty application
Jifty::Script::Env
access the Jifty environment
Jifty::Script::FastCGI
A FastCGI server for your Jifty application
Jifty::Script::Help
Show help
Jifty::Script::Model
Add a model class to your Jifty application
Jifty::Script::Plugin
Create the skeleton of a Jifty plugin
Jifty::Script::Po
Extract translatable strings from your application
Jifty::Script::Schema
Create SQL to update or create your Jifty application's tables
Jifty::Script::Script
Add a new Jifty script to your Jifty application
Jifty::Script::Server
A standalone webserver for your Jifty application
Jifty::Script::WriteCCJS
Jifty::Test
Jifty's test module
Jifty::Test::Dist
Tests in Jifty distributions inside of Jifty
Jifty::Test::Email
Test mail notification
Jifty::Test::WWW::Mechanize
Subclass of Test::WWW::Mechanize with extra Jifty features
Jifty::Test::WWW::Selenium
Subclass of Test::WWW::Selenium with extra Jifty integration
Jifty::Test::WWW::WebDriver
Subclass of Test::WebDriver with extra Jifty integration
Jifty::TestServer
Starting and stopping jifty server for tests
Jifty::TestServer::Inline
an inline server for running tests
Jifty::Upgrade
Superclass for schema/data upgrades to Jifty applications
Jifty::Upgrade::Internal
Upgrades to Jifty-specific schema and data
Jifty::Util
Things that don't fit anywhere else
Jifty::View
Base class for view modules
Jifty::View::Declare
Build views using Template::Declare
Jifty::View::Declare::BaseClass
Base class for Template::Declare views
Jifty::View::Declare::CRUD
Provides typical CRUD views to a model
Jifty::View::Declare::CoreTemplates
Templates Jifty can't function without
Jifty::View::Declare::Handler
The Jifty view handler for Template::Declare
Jifty::View::Declare::Helpers
Additional subroutines for Jifty TD templates
Jifty::View::Declare::Page
page wrappers
Jifty::View::Mason::Handler
Handler for Mason requests inside of Jifty
Jifty::View::Mason::Request
Jifty::View::Static::Handler
Jifty view handler for static files
Jifty::Web
Web framework for a Jifty application
Jifty::Web::FileUpload
Describes an HTTP file upload
Jifty::Web::Form
Tools for rendering and dealing with HTML forms
Jifty::Web::Form::Clickable
Some item that can be clicked on -- either a button or a link.
Jifty::Web::Form::Element
Some item that can be rendered in a form
Jifty::Web::Form::Field
Web input of some sort
Jifty::Web::Form::Field::Button
Add buttons to your forms
Jifty::Web::Form::Field::Checkbox
Add checkboxes to your forms
Jifty::Web::Form::Field::Checkboxes
Add a list of checkboxes for multiple-choice selection
Jifty::Web::Form::Field::Collection
render a whole collection of available values
Jifty::Web::Form::Field::Combobox
Add comboboxes to your forms
Jifty::Web::Form::Field::Date
Add date pickers to your forms
Jifty::Web::Form::Field::DateTime
Add date pickers to your forms
Jifty::Web::Form::Field::Hidden
Add hidden fields to your forms
Jifty::Web::Form::Field::InlineButton
Add buttons without a form
Jifty::Web::Form::Field::OrderedList
Ordered list field
Jifty::Web::Form::Field::Password
Add a password field to your forms
Jifty::Web::Form::Field::Radio
Add a radio button to your forms
Jifty::Web::Form::Field::ResetButton
Add a reset button to your forms
Jifty::Web::Form::Field::Select
Add a list/popup menu control to your forms
Jifty::Web::Form::Field::Text
Renders as a small text field
Jifty::Web::Form::Field::Textarea
Add a multiline text field to your forms
Jifty::Web::Form::Field::Time
Add time pickers to your forms
Jifty::Web::Form::Field::Unrendered
Handle unrendered fields
Jifty::Web::Form::Field::Upload
File upload field
Jifty::Web::Form::Field::Uploads
File uploads field
Jifty::Web::Form::Link
Creates a state-preserving HTML link
Jifty::Web::Menu
Handle the API for menu navigation
Jifty::Web::PageRegion
Defines a page region
Jifty::Web::Session
A Jifty session handler
Jifty::Web::Session::ApacheSession
Jifty Sessions based on Apache::Session
Jifty::Web::Session::ClientSide
Session handler for client-side sessions
Jifty::Web::Session::JDBI
A Jifty session handler
Jifty::Web::Session::None
A null session handler for jifty
Jifty::YAML
Wrapper around YAML

Provides

Jifty::I18N::en
in lib/Jifty/I18N.pm
Jifty::Plugin::AdminUI
in lib/Jifty/Plugin/AdminUI.pm
Jifty::Plugin::Compat::Apache
in lib/Jifty/Plugin/Compat.pm
Jifty::Plugin::Compat::CGI
in lib/Jifty/Plugin/Compat.pm
Jifty::Plugin::Config
in lib/Jifty/Plugin/Config.pm
Jifty::Plugin::Config::Action::Restart
in lib/Jifty/Plugin/Config/Action/Restart.pm
Jifty::Record
in lib/Jifty/Test.pm
Jifty::Request::Action
in lib/Jifty/Request.pm
Jifty::Request::Fragment
in lib/Jifty/Request.pm
Jifty::Request::StateVariable
in lib/Jifty/Request.pm
Jifty::Server
in lib/Jifty/Plugin/Compat.pm
Jifty::View::Mason::Halo
in lib/Jifty/Plugin/Halo.pm
Template::Declare::Exception
in lib/Jifty/View/Declare/Handler.pm

Examples

Other files

Module Install Instructions

To install Jifty, copy and paste the appropriate command in to your terminal.

cpanm

cpanm Jifty

CPAN shell

perl -MCPAN -e shellinstall Jifty

For more information on module installation, please visitthe detailed CPAN module installation guide.

Keyboard Shortcuts

Global
sFocus search bar
?Bring up this help dialog
GitHub
gpGo to pull requests
gigo to github issues (only if github is preferred repository)
POD
gaGo to author
gcGo to changes
giGo to issues
gdGo to dist
grGo to repository/SCM
gsGo to source
gbGo to file browse
Search terms
module: (e.g.module:Plugin)
distribution: (e.g.distribution:Dancer auth)
author: (e.g.author:SONGMU Redis)
version: (e.g.version:1.00)

[8]ページ先頭

©2009-2025 Movatter.jp