|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnextapp.echoservlet.image.ImagePeer
public abstract class ImagePeer
A base class from which all image peers are derived.
| Constructor Summary | |
|---|---|
ImagePeer()
Default constructor. |
|
| Method Summary | |
|---|---|
abstract Service |
getAncillaryService()
Returns the ancillary service used for rendering this image on the client. |
ImageReference |
getImageReference()
Returns the underlying image reference. |
abstract java.lang.String |
getUri(Connection conn)
Returns the URI required to reference this image from a document rendered by the given Connection. |
void |
registered()
Called to notify the image peer that it has been registered to an image. |
void |
setId(Id id)
Sets the identifier for the ancillary service if one is required. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ImagePeer()
| Method Detail |
|---|
public abstract Service getAncillaryService()
public ImageReference getImageReference()
public abstract java.lang.String getUri(Connection conn)
Connection.
conn - The connection that is rendering the document that
references the image.
public void registered()
public void setId(Id id)
id - The identifier for the ancillary service.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||