Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
C
- capitalize(String) - Static method in class org.omnifaces.utils.Lang
-
Converts the first character of given string to upper case.
- Certificates - Class in org.omnifaces.utils.security
-
Collection of utility methods for working with Certificates and SSL.
- checkClientTrusted(X509Certificate[], String) - Method in interface org.omnifaces.utils.security.DefaultX509TrustManager
- checkClientTrusted(X509Certificate[], String) - Method in class org.omnifaces.utils.security.InterceptingX509TrustManager
- checkServerTrusted(X509Certificate[], String) - Method in interface org.omnifaces.utils.security.DefaultX509TrustManager
- checkServerTrusted(X509Certificate[], String) - Method in class org.omnifaces.utils.security.InterceptingX509TrustManager
- choiceFormatter(String, Locale) - Static method in interface org.omnifaces.utils.text.SubFormatter
- clear() - Method in class org.omnifaces.utils.collection.PartialResultList
- close() - Method in interface org.omnifaces.utils.function.ExceptionlessAutoCloseable
- close() - Method in interface org.omnifaces.utils.function.ThrowingAutoCloseable
- coalesce(T...) - Static method in class org.omnifaces.utils.Lang
-
Returns the first non-
null
object of the argument list, ornull
if there is no such element. - Collections - Class in org.omnifaces.utils
- Collectors - Class in org.omnifaces.utils.stream
- combine(Collector<T, ?, R1>, Collector<T, ?, R2>) - Static method in class org.omnifaces.utils.stream.Collectors
- combine(Summary<T>) - Method in interface org.omnifaces.utils.stream.Summary
- Comparators - Class in org.omnifaces.utils
- compare(N, N) - Method in class org.omnifaces.utils.data.AbstractRange
- Comparisons - Class in org.omnifaces.utils
- contains(Object) - Method in class org.omnifaces.utils.collection.PartialResultList
- contains(Collection<?>, Object) - Static method in class org.omnifaces.utils.Collections
-
Returns
true
if the collection is not null and contains the specified element. - contains(N) - Method in class org.omnifaces.utils.data.AbstractRange
- contains(N) - Method in interface org.omnifaces.utils.data.Range
-
Check if a given value is contained within this range
- containsAll(Collection<?>) - Method in class org.omnifaces.utils.collection.PartialResultList
- containsIsoControlCharacters(String) - Static method in class org.omnifaces.utils.Lang
-
Returns
true
if the given string contains any ISO control characters. - createAnnotationInstance(Class<A>) - Static method in class org.omnifaces.utils.annotation.Annotations
-
Create an instance of the specified annotation type with default attributes.
- createAnnotationInstance(Class<A>, Map<String, Object>) - Static method in class org.omnifaces.utils.annotation.Annotations
-
Create an instance of the specified annotation type with given attributes.
- createAnnotationInstances(Class<A>...) - Static method in class org.omnifaces.utils.annotation.Annotations
-
Create an array of instances of the specified annotation types with default attributes.
- createFormatter(String, Locale) - Method in interface org.omnifaces.utils.text.SubFormatterFactory
- createJKSKeyStore(Path, char[], PrivateKey, X509Certificate) - Static method in class org.omnifaces.utils.security.Certificates
-
Creates a JKS key store on disk initialized with the given private key and certificate, at the given location and with the given password.
- createJKSTrustStore(Path, char[], X509Certificate[]) - Static method in class org.omnifaces.utils.security.Certificates
-
Creates a JKS key trust on disk initialized with the given certificates, at the given location and with the given password.
- createTempJKSKeyStore(PrivateKey, X509Certificate) - Static method in class org.omnifaces.utils.security.Certificates
-
Creates a temporary JKS key store on disk initialized with the given private key and certificate and the well known default password "changeit" (without quotes).
- createTempJKSTrustStore(X509Certificate[]) - Static method in class org.omnifaces.utils.security.Certificates
-
Creates a temporary JKS trust store on disk initialized with the given certificates and the well known default password "changeit" (without quotes).
- cropImage(BufferedImage, double) - Static method in class org.omnifaces.utils.image.Images
- cropImage(BufferedImage, int, int) - Static method in class org.omnifaces.utils.image.Images
- cropToSquareImage(BufferedImage) - Static method in class org.omnifaces.utils.image.Images
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form