|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectno.inspera.services.pedal.actions.HTML
public class HTML
HTML action simply prints out html to the response.
Constructor Summary | |
---|---|
protected |
HTML(java.lang.String html)
Constructs a new HTML object with the specified html content |
Method Summary | |
---|---|
void |
processResult(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Processes result which causes printing an HTML content to the response. |
java.lang.String |
toString()
Returns string representation of this HTML object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected HTML(java.lang.String html)
html
- the html contentMethod Detail |
---|
public void processResult(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) throws javax.servlet.ServletException
processResult
in interface Result
req
- current request.res
- current reponse.
javax.servlet.ServletException
- if any exception occurs when forwarding.public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |