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 Summary
Modifier and TypeMethodDescriptionorg.apache.sling.api.resource.ValueMaporg.apache.sling.api.resource.Resourceorg.apache.sling.api.SlingHttpServletRequest
-
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()
-