org.iperg.part.servlet
Interface IpServletHelper
public interface IpServletHelper
Method Summary |
boolean |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Respond to a GET request for the content produced by
this servlet. |
void |
init(javax.servlet.ServletConfig cfg)
Is called by PART to initialise the helper object. |
init
void init(javax.servlet.ServletConfig cfg)
- Is called by PART to initialise the helper object.
- Parameters:
cfg
-
doGet
boolean doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
java.io.IOException
- Respond to a GET request for the content produced by
this servlet.
- Parameters:
request
- The servlet request we are processingresponse
- The servlet response we are producing
- Returns:
true
if a response has been produced,
false
otherwise.
- Throws:
javax.servlet.ServletException
- if a servlet error occurs
java.io.IOException
- if an io exception occurs