|
NextApp Echo App Container 1.1.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object nextapp.echoservlet.image.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. |
nextapp.echo.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 nextapp.echo.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.
|
NextApp Echo App Container 1.1.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |