public interface IRestAction
Modifier and Type | Method and Description |
---|---|
void |
execute(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
String |
getActionName() |
String[] |
getSupportedMethods() |
String getActionName()
String[] getSupportedMethods()
void execute(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws XPTRestException
XPTRestException
Copyright © 2021. All Rights Reserved.