|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is a Service interface for classes that want to extend the functionality of the Bridge, to support new tags in the rendering tree.
Method Summary | |
java.lang.String |
getAuthor()
This should return the individual or company name responsible for the this implementation of the extension. |
java.lang.String |
getContactAddress()
This should return a contact address (usually an e-mail address). |
java.lang.String |
getDescription()
Human readable description of the extension. |
java.util.Iterator |
getImplementedExtensions()
This should return the list of extensions implemented by this BridgeExtension, these are added to the list of requiredExtensions that the User Agent supports for purposes of the 'switch' element in SVG. |
float |
getPriority()
Return the priority of this Extension. |
java.lang.String |
getURL()
This should return a URL where information can be obtained on this extension. |
void |
registerTags(BridgeContext ctx)
This method should update the BridgeContext with support for the tags in this extension. |
Method Detail |
public float getPriority()
public java.util.Iterator getImplementedExtensions()
public java.lang.String getAuthor()
public java.lang.String getContactAddress()
public java.lang.String getURL()
public java.lang.String getDescription()
public void registerTags(BridgeContext ctx)
ctx
- The BridgeContext instance to be updated
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |