Package XSLForms :: Package Resources :: Module WebResources
[show private | hide private]
[frames | no frames]

Module XSLForms.Resources.WebResources

Resources for use with WebStack.

Copyright (C) 2005, 2006, 2007 Paul Boddie <paul@boddie.org.uk>

This program is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the Free
Software Foundation; either version 3 of the License, or (at your option) any
later version.

This program is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
details.

You should have received a copy of the GNU Lesser General Public License along
with this program.  If not, see <http://www.gnu.org/licenses/>.

Classes
XSLFormsResource A generic XSLForms resource for use with WebStack.

Function Summary
  prepare_fragment(self, fragment_identifier)
Prepare the output stylesheet for the resource class or object 'self' corresponding to the given 'fragment_identifier'.
  prepare_initialiser(self, input_identifier, init_enumerations)
Prepare the initialising stylesheet for the resource class or object 'self' corresponding to the given 'input_identifier' and 'init_enumerations' flag.
  prepare_output(self, output_identifier)
Prepare the output stylesheet for the resource class or object 'self' corresponding to the given 'output_identifier'.
  prepare_resources(cls)
Prepare the resources associated with the class 'cls'.

Function Details

prepare_fragment(self, fragment_identifier)

Prepare the output stylesheet for the resource class or object 'self'
corresponding to the given 'fragment_identifier'. Return the template path
and the output stylesheet path in a 2-tuple.

prepare_initialiser(self, input_identifier, init_enumerations)

Prepare the initialising stylesheet for the resource class or object 'self'
corresponding to the given 'input_identifier' and 'init_enumerations' flag.
Return the template path and the initialising stylesheet path in a 2-tuple.

prepare_output(self, output_identifier)

Prepare the output stylesheet for the resource class or object 'self'
corresponding to the given 'output_identifier'. Return the template path
and the output stylesheet path in a 2-tuple.

prepare_resources(cls)

Prepare the resources associated with the class 'cls'.

Generated by Epydoc 2.1 on Sat Jul 7 23:23:39 2007 http://epydoc.sf.net