Apache » Cocoon »

  Cocoon Core
      2.2
   homepage

Cocoon Core 2.2

SimpleFormInstanceExtractionTransformer

Summary

This transformer sieves an incoming stream of xml and extracts a document fragment from it depending on a given tag and stores the fragment using an OutputModule with a name based an attribute of another enclosing tag. Default configuration fires on <form-instance/> and uses @name of enclosing <form/> tag. Default OutputModule is request-attr. This is usefull in conjunction with the SimpleFormTransformer when setting the InputModule for it to a chain of request-param and request-attr so that the extracted form instance data is used only when no similar request parameter exists.

Basic information

Component typeTransformer
Cocoon blockcore
Java classorg.apache.cocoon.transformation.SimpleFormInstanceExtractionTransformer
Name in Sitemapsimple-form-instance
CacheableNo

Documentation

No documentation available yet.