public abstract class IlvServletSupport extends Object
Modifier | Constructor and Description |
---|---|
protected |
IlvServletSupport()
The default constructor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
doGetScriptMessage(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Responds to a request of getting script messages.
|
protected abstract javax.servlet.ServletContext |
getContext()
Gets the servlet context.
|
IlvParameterValidationListener |
getParameterValidationListener()
Gets the parameter validation listener.
|
IlvScriptMessageServletSupport |
getScriptMessageSupport()
Returns the
IlvScriptMessageServletSupport class
which defines a servlet support
dedicated to load script message requests |
protected boolean |
handleRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Handles the HTTP request.
|
void |
setParameterValidationListener(IlvParameterValidationListener action)
Sets a new parameter validation listener.
|
public void setParameterValidationListener(IlvParameterValidationListener action)
action
- The parameter validation listener.public IlvParameterValidationListener getParameterValidationListener()
protected abstract javax.servlet.ServletContext getContext()
protected void doGetScriptMessage(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException, javax.servlet.ServletException
request
- The current HTTP request.response
- The HTTP response.IOException
javax.servlet.ServletException
public IlvScriptMessageServletSupport getScriptMessageSupport()
IlvScriptMessageServletSupport
class
which defines a servlet support
dedicated to load script message requestsprotected boolean handleRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException, javax.servlet.ServletException
request
- The HttpServletRequest
instance.response
- The HttpServletResponse
instance.IOException
- The IOException
javax.servlet.ServletException
- The ServletException
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.