| Methods in org.xwiki.rendering.listener with parameters of type ListType |
void |
VoidListener.beginList(ListType listType,
Map<String,String> parameters)
|
void |
CompositeListener.beginList(ListType listType,
Map<String,String> parameters)
|
void |
QueueListener.beginList(ListType listType,
Map<String,String> parameters)
|
void |
WrappingListener.beginList(ListType listType,
Map<String,String> parameters)
|
void |
Listener.beginList(ListType listType,
Map<String,String> parameters)
Start of a list. |
void |
VoidListener.endList(ListType listType,
Map<String,String> parameters)
|
void |
CompositeListener.endList(ListType listType,
Map<String,String> parameters)
|
void |
QueueListener.endList(ListType listType,
Map<String,String> parameters)
|
void |
WrappingListener.endList(ListType listType,
Map<String,String> parameters)
|
void |
Listener.endList(ListType listType,
Map<String,String> parameters)
End of a list. |
| Methods in org.xwiki.rendering.listener.chaining with parameters of type ListType |
void |
LookaheadChainingListener.beginList(ListType listType,
Map<String,String> parameters)
|
void |
BlockStateChainingListener.beginList(ListType listType,
Map<String,String> parameters)
|
void |
EmptyBlockChainingListener.beginList(ListType listType,
Map<String,String> parameters)
|
void |
AbstractChainingListener.beginList(ListType listType,
Map<String,String> parameters)
|
void |
LookaheadChainingListener.endList(ListType listType,
Map<String,String> parameters)
|
void |
ConsecutiveNewLineStateChainingListener.endList(ListType listType,
Map<String,String> parameters)
|
void |
BlockStateChainingListener.endList(ListType listType,
Map<String,String> parameters)
|
void |
EmptyBlockChainingListener.endList(ListType listType,
Map<String,String> parameters)
|
void |
AbstractChainingListener.endList(ListType listType,
Map<String,String> parameters)
|