Interface FormRequest
-
public interface FormRequestA 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.sling.api.resource.ValueMapgetFormData()org.apache.sling.api.resource.ResourcegetFormResource()org.apache.sling.api.SlingHttpServletRequestgetOriginalRequest()StringgetSessionId()
-
-
-
Method Detail
-
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()
-
-