Uses of Class
org.xwiki.rendering.listener.ListType
-
Packages that use ListType Package Description org.xwiki.rendering.listener org.xwiki.rendering.listener.chaining -
-
Uses of ListType in org.xwiki.rendering.listener
Methods in org.xwiki.rendering.listener that return ListType Modifier and Type Method 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.Methods in org.xwiki.rendering.listener with parameters of type ListType Modifier and Type Method Description void
CompositeListener. 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
VoidListener. beginList(ListType type, Map<String,String> parameters)
void
WrappingListener. beginList(ListType type, Map<String,String> parameters)
void
CompositeListener. 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)
void
VoidListener. endList(ListType type, Map<String,String> parameters)
void
WrappingListener. endList(ListType type, Map<String,String> parameters)
-
Uses of ListType in org.xwiki.rendering.listener.chaining
Methods in org.xwiki.rendering.listener.chaining with parameters of type ListType Modifier and Type Method Description void
AbstractChainingListener. beginList(ListType type, Map<String,String> parameters)
void
BlockStateChainingListener. 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
AbstractChainingListener. endList(ListType type, Map<String,String> parameters)
void
BlockStateChainingListener. endList(ListType type, Map<String,String> parameters)
void
ConsecutiveNewLineStateChainingListener. 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)
-