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 library 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 2.1 of the License, or (at your option) any later version.

This library 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 library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA

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 Wed Jun 6 01:27:25 2007 http://epydoc.sf.net