|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dspace.app.xmlui.wing.element.AbstractWingElement
org.dspace.app.xmlui.wing.element.Container
org.dspace.app.xmlui.wing.element.TextContainer
org.dspace.app.xmlui.wing.element.Trail
public class Trail
This is a class representing a trail element. Trail elements carry information about the user's current location in the system relative to the repository's root page.
| Field Summary | |
|---|---|
static String |
A_RENDER
The name of the render attribute |
static String |
A_TARGET
The name of the target attribute |
static String |
E_TRAIL
The name of the trail element |
| Fields inherited from class org.dspace.app.xmlui.wing.element.Container |
|---|
contents |
| Fields inherited from class org.dspace.app.xmlui.wing.element.AbstractWingElement |
|---|
context |
| Constructor Summary | |
|---|---|
protected |
Trail(WingContext context,
String target,
String rend)
Construct a new trail |
| Method Summary | |
|---|---|
void |
dispose()
dispose() |
void |
toSAX(ContentHandler contentHandler,
LexicalHandler lexicalHandler,
NamespaceSupport namespaces)
Translate into SAX events. |
| Methods inherited from class org.dspace.app.xmlui.wing.element.TextContainer |
|---|
addContent, addContent, addContent |
| Methods inherited from class org.dspace.app.xmlui.wing.element.AbstractWingElement |
|---|
endElement, endElement, getWingContext, greater, lesser, require, require, requireFalse, requireTrue, restrict, sendCharacters, setWingContext, startElement, startElement |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String E_TRAIL
public static final String A_TARGET
public static final String A_RENDER
| Constructor Detail |
|---|
protected Trail(WingContext context,
String target,
String rend)
throws WingException
target - (May be null) The trail's targetrend - (May be null) Special rendering instructions.
WingException| Method Detail |
|---|
public void toSAX(ContentHandler contentHandler,
LexicalHandler lexicalHandler,
NamespaceSupport namespaces)
throws SAXException
toSAX in interface WingElementtoSAX in class ContainercontentHandler - (Required) The registered contentHandler where SAX events
should be routed too.lexicalHandler - (Required) The registered lexicalHandler where lexical
events (such as CDATA, DTD, etc) should be routed too.namespaces - (Required) SAX Helper class to keep track of namespaces able
to determine the correct prefix for a given namespace URI.
SAXExceptionpublic void dispose()
dispose in interface WingElementdispose in class Container
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||