Class SuffixResourceFormValueProvider

    • Constructor Detail

      • SuffixResourceFormValueProvider

        public SuffixResourceFormValueProvider()
    • Method Detail

      • loadValues

        public void loadValues​(org.apache.sling.api.SlingHttpServletRequest request,
                               org.apache.sling.api.resource.Resource providerResource,
                               Map<String,​Object> formData)
        Description copied from interface: FormValueProvider
        Populates the form values for a request.
        Specified by:
        loadValues in interface FormValueProvider
        Parameters:
        request - the original request
        providerResource - the resource for configuring this provider
        formData - the map of data for the form
      • handles

        public boolean handles​(org.apache.sling.api.resource.Resource valueProviderResource)
        Specified by:
        handles in interface FormValueProvider