Interface FormRequest


public interface FormRequest
A service interface for registering form actions. Each implementation class should be registered with an "actionResourceType" property to link the configuration resource to the implementation for executing the action.
  • Method Details

    • getFormData

      org.apache.sling.api.resource.ValueMap getFormData()
    • getFormResource

      org.apache.sling.api.resource.Resource getFormResource()
    • getOriginalRequest

      org.apache.sling.api.SlingHttpServletRequest getOriginalRequest()
    • getSessionId

      String getSessionId()