Package | Description |
---|---|
org.xwiki.rendering.listener | |
org.xwiki.rendering.listener.chaining |
Modifier and Type | Method and Description |
---|---|
static ListType |
ListType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListType[] |
ListType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CompositeListener.beginList(ListType type,
Map<String,String> parameters) |
void |
VoidListener.beginList(ListType type,
Map<String,String> parameters) |
void |
WrappingListener.beginList(ListType type,
Map<String,String> parameters) |
void |
Listener.beginList(ListType type,
Map<String,String> parameters)
Start of a list.
|
void |
QueueListener.beginList(ListType type,
Map<String,String> parameters) |
void |
CompositeListener.endList(ListType type,
Map<String,String> parameters) |
void |
VoidListener.endList(ListType type,
Map<String,String> parameters) |
void |
WrappingListener.endList(ListType type,
Map<String,String> parameters) |
void |
Listener.endList(ListType type,
Map<String,String> parameters)
End of a list.
|
void |
QueueListener.endList(ListType type,
Map<String,String> parameters) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractChainingListener.beginList(ListType type,
Map<String,String> parameters) |
void |
EmptyBlockChainingListener.beginList(ListType type,
Map<String,String> parameters) |
void |
LookaheadChainingListener.beginList(ListType type,
Map<String,String> parameters) |
void |
BlockStateChainingListener.beginList(ListType type,
Map<String,String> parameters) |
void |
ConsecutiveNewLineStateChainingListener.endList(ListType type,
Map<String,String> parameters) |
void |
AbstractChainingListener.endList(ListType type,
Map<String,String> parameters) |
void |
EmptyBlockChainingListener.endList(ListType type,
Map<String,String> parameters) |
void |
LookaheadChainingListener.endList(ListType type,
Map<String,String> parameters) |
void |
BlockStateChainingListener.endList(ListType type,
Map<String,String> parameters) |
Copyright © 2004–2021 XWiki. All rights reserved.