org.histpop.ohpr.frames
Class LinkChecker

java.lang.Object
  extended by org.histpop.ohpr.frames.LinkChecker
All Implemented Interfaces:
BasicFrame

public class LinkChecker
extends java.lang.Object
implements BasicFrame


Constructor Summary
LinkChecker()
           
 
Method Summary
 HTMLHandler display(java.lang.Object result, ServerContext ctx)
          Get the viewer template and replace its macros with dynamically generated view of the link checker results.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkChecker

public LinkChecker()
Method Detail

display

public HTMLHandler display(java.lang.Object result,
                           ServerContext ctx)
                    throws java.lang.Exception
Get the viewer template and replace its macros with dynamically generated view of the link checker results.

Specified by:
display in interface BasicFrame
Parameters:
result - The result of a server method, not used here.
ctx - The server context with request and response objects.
Returns:
An HTML handler with a dynamically generated XHTML output.
Throws:
java.lang.Exception