|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.render.intermediate.extensions.AbstractAction
org.apache.fop.render.intermediate.extensions.URIAction
public class URIAction
Action class which represents a "URI" action, i.e. an action that will call up an external resource identified by a URI.
Field Summary |
---|
Fields inherited from interface org.apache.fop.render.intermediate.extensions.DocumentNavigationExtensionConstants |
---|
BOOKMARK, BOOKMARK_TREE, GOTO_URI, GOTO_XY, LINK, NAMED_DESTINATION, NAMESPACE, PREFIX |
Constructor Summary | |
---|---|
URIAction(java.lang.String uri,
boolean newWindow)
Creates a new instance. |
Method Summary | |
---|---|
java.lang.String |
getIDPrefix()
Returns a string that is used to prefix a generated ID to make it unique. |
java.lang.String |
getURI()
Returns the target URI. |
boolean |
isNewWindow()
Indicates whether the link shall be opened in a new window. |
boolean |
isSame(AbstractAction other)
Indicates whether two action are equal. |
void |
toSAX(org.xml.sax.ContentHandler handler)
|
Methods inherited from class org.apache.fop.render.intermediate.extensions.AbstractAction |
---|
getID, getStructurePointer, hasID, isComplete, setID, setStructurePointer |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public URIAction(java.lang.String uri, boolean newWindow)
uri
- the target URInewWindow
- true if the link should be opened in a new windowMethod Detail |
---|
public java.lang.String getURI()
public boolean isNewWindow()
public boolean isSame(AbstractAction other)
Object.equals(Object)
!
isSame
in class AbstractAction
other
- the other action to compare to
public java.lang.String getIDPrefix()
getIDPrefix
in class AbstractAction
public void toSAX(org.xml.sax.ContentHandler handler) throws org.xml.sax.SAXException
toSAX
in interface org.apache.xmlgraphics.util.XMLizable
org.xml.sax.SAXException
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |