FAQDOCSDOWNLOADSGALLERYJA-SIG LogoSourceForge.net Logo
What is HyperContent 2?
Compare Versions 1 & 2
HyperContent 2 Design
2 kinds of pipelines
AuthN, AuthZ and Groups
Form Handling
I18n and L10n
Request Handling
Authoring Tools
Unfinished for 2.0
Beyond 2.0
IFormProcessor API:
Process some FormInput against a FileOpener, which provides access to the user Session and optionally a specific file.
Form Binding
  • A FormBinding maps a FormProcessor to a FileOpener
  • A FormBinding is referenced by a UID
  • Form inputs must be prefixed with this UID to reach the processor
  • IFormProcessors are bound within a pipeline.
  • UID is available to XSL or Velocity templates executed in the same pipeline
  • Form action is non-specific: any input received in a request to HyperContent will be processed if the binding prefix is found in the user's session