Interface FormFormatter

All Known Implementing Classes:
DefaultFormFormatter

public interface FormFormatter
Interface of form formatter in Struts 2. This must be executed in a Struts 2 Action context, whether in Action code or in an Interceptor.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called by FormFormatterInterceptor to push formatted versions of every form onto the Value Stack or set the formatted half of formatted/unformatted field pairs.
  • Method Details

    • formatForms

      void formatForms()
      Called by FormFormatterInterceptor to push formatted versions of every form onto the Value Stack or set the formatted half of formatted/unformatted field pairs.