code.google.com home

org.owasp.html.examples
Class UrlTextExample

java.lang.Object
  extended by org.owasp.html.examples.UrlTextExample

public class UrlTextExample
extends java.lang.Object

Uses a custom event receiver to emit the domain of a link or inline image after the link or image.


Constructor Summary
UrlTextExample()
           
 
Method Summary
static void main(java.lang.String... argv)
           
static void run(java.lang.Appendable out, java.lang.String... argv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UrlTextExample

public UrlTextExample()
Method Detail

run

public static void run(java.lang.Appendable out,
                       java.lang.String... argv)
                throws java.io.IOException
Throws:
java.io.IOException

main

public static void main(java.lang.String... argv)
                 throws java.io.IOException
Throws:
java.io.IOException

code.google.com home