Interface Validateable

All Known Implementing Classes:
ActionSupport, CspReportAction, DefaultActionSupport, DefaultCspReportAction

public interface Validateable
Provides an interface in which a call for a validation check can be done.
Author:
Jason Carreira
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Performs validation.
  • Method Details

    • validate

      void validate()
      Performs validation.