Class RegisterClientSideComponents

java.lang.Object
com.webmethods.caf.faces.component.RegisterClientSideComponents
All Implemented Interfaces:
EventListener, FacesListener, SystemEventListener

public class RegisterClientSideComponents extends Object implements SystemEventListener
Listener for PreRenderComponentEvent system events that takes care of registering the client-side components (model & validators) for the controls right before the control is rendered.
  • Field Details

    • FLAG_WRITTEN_SHARED_SCRIPT_RESOURCES

      public static final String FLAG_WRITTEN_SHARED_SCRIPT_RESOURCES
      See Also:
    • FLAG_PROCESSED_COMPONENTS

      protected static final String FLAG_PROCESSED_COMPONENTS
      See Also:
    • RE_LOCAL_ID

      protected static final Pattern RE_LOCAL_ID
    • beanConstraintMap

      protected static final Map<Class<? extends Annotation>,Class<? extends BaseConstraint>> beanConstraintMap
    • REQUIRED_VALIDATOR

      protected static final Validator REQUIRED_VALIDATOR
      Fake validator to render "required" client-side validation.
    • REQUIRED_CLIENT_SIDE_VALIDATOR

      protected static final ClientSideValidator REQUIRED_CLIENT_SIDE_VALIDATOR
  • Constructor Details

    • RegisterClientSideComponents

      public RegisterClientSideComponents()
  • Method Details