|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.mortbay.HTML.Element | +--com.mortbay.HTTP.HTML.EmbedUrl
Embed URL HTML Element
Element
Fields inherited from class com.mortbay.HTML.Element |
ALIGN,
attributeMap,
BGCOLOR,
BOTTOM,
CENTER,
CLASS,
COLOR,
HEIGHT,
ID,
LEFT,
MIDDLE,
noAttributes,
RIGHT,
SIZE,
STYLE,
TOP,
VALIGN,
WIDTH |
Constructor Summary | |
EmbedUrl(java.net.URL url)
|
|
EmbedUrl(java.net.URL url,
InetAddrPort proxy)
|
Method Summary | |
void |
write(java.io.OutputStream out)
Write Element to an OutputStream Calls print(Writer) and checks errors Elements that override this method should also override write(Writer) to avoid infinite recursion. |
void |
write(java.io.Writer out)
Write element to a Writer This abstract method is called by the Page or other containing Element to write the HTML for this element. |
Methods inherited from class com.mortbay.HTML.Element |
attribute,
attribute,
attribute,
attributes,
attributes,
bgColor,
bottom,
center,
color,
cssClass,
cssID,
height,
height,
height,
left,
middle,
right,
setAttributesFrom,
size,
size,
size,
style,
top,
toString,
width,
width,
width,
write |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public EmbedUrl(java.net.URL url)
public EmbedUrl(java.net.URL url, InetAddrPort proxy)
Method Detail |
public void write(java.io.OutputStream out) throws java.io.IOException
out
- OutputStream to write the element to.public void write(java.io.Writer out) throws java.io.IOException
out
- Writer to write the element to.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |