| 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 |
WrappingListener.beginList(ListType listType,
Map<String,String> parameters) |
void |
QueueListener.beginList(ListType listType,
Map<String,String> parameters) |
void |
Listener.beginList(ListType listType,
Map<String,String> parameters)
Start of a list.
|
void |
CompositeListener.beginList(ListType listType,
Map<String,String> parameters) |
void |
VoidListener.beginList(ListType listType,
Map<String,String> parameters) |
void |
WrappingListener.endList(ListType listType,
Map<String,String> parameters) |
void |
QueueListener.endList(ListType listType,
Map<String,String> parameters) |
void |
Listener.endList(ListType listType,
Map<String,String> parameters)
End of a list.
|
void |
CompositeListener.endList(ListType listType,
Map<String,String> parameters) |
void |
VoidListener.endList(ListType listType,
Map<String,String> parameters) |
| Modifier and Type | Method and Description |
|---|---|
void |
BlockStateChainingListener.beginList(ListType listType,
Map<String,String> parameters) |
void |
LookaheadChainingListener.beginList(ListType listType,
Map<String,String> parameters) |
void |
AbstractChainingListener.beginList(ListType listType,
Map<String,String> parameters) |
void |
EmptyBlockChainingListener.beginList(ListType listType,
Map<String,String> parameters) |
void |
BlockStateChainingListener.endList(ListType listType,
Map<String,String> parameters) |
void |
ConsecutiveNewLineStateChainingListener.endList(ListType listType,
Map<String,String> parameters) |
void |
LookaheadChainingListener.endList(ListType listType,
Map<String,String> parameters) |
void |
AbstractChainingListener.endList(ListType listType,
Map<String,String> parameters) |
void |
EmptyBlockChainingListener.endList(ListType listType,
Map<String,String> parameters) |
Copyright © 2004–2017 XWiki. All rights reserved.