Uses of Class
com.sun.faces.config.manager.documents.DocumentOrderingWrapper
Package | Description |
---|---|
com.sun.faces.config.manager.documents |
-
Uses of DocumentOrderingWrapper in com.sun.faces.config.manager.documents
Methods in com.sun.faces.config.manager.documents that return DocumentOrderingWrapper Modifier and Type Method Description static DocumentOrderingWrapper[]
DocumentOrderingWrapper. sort(DocumentOrderingWrapper[] documents, List<String> absoluteOrder)
Sort the provided array ofDocument
s per the order specified in the List represented by absoluteOrder.Methods in com.sun.faces.config.manager.documents that return types with arguments of type DocumentOrderingWrapper Modifier and Type Method Description static HashMap<String,DocumentOrderingWrapper>
DocumentOrderingWrapper. getDocumentHashMap(DocumentOrderingWrapper[] documents)
Methods in com.sun.faces.config.manager.documents with parameters of type DocumentOrderingWrapper Modifier and Type Method Description static boolean
DocumentOrderingWrapper. done(DocumentOrderingWrapper[] documents, LinkedList<String> ids)
static HashMap<String,DocumentOrderingWrapper>
DocumentOrderingWrapper. getDocumentHashMap(DocumentOrderingWrapper[] documents)
static LinkedList<String>
DocumentOrderingWrapper. getIds(DocumentOrderingWrapper[] documents)
static int
DocumentOrderingWrapper. innerSort(DocumentOrderingWrapper[] documents)
static void
DocumentOrderingWrapper. preSort(DocumentOrderingWrapper[] documents)
static void
DocumentOrderingWrapper. sort(DocumentOrderingWrapper[] documents)
Sort the provided array ofDocument
s per the requirements of the 2.0 specification.static DocumentOrderingWrapper[]
DocumentOrderingWrapper. sort(DocumentOrderingWrapper[] documents, List<String> absoluteOrder)
Sort the provided array ofDocument
s per the order specified in the List represented by absoluteOrder.