Skip navigation links
A B C D E F G I J L M N O P R S T U V 

A

add(K, V) - Method in class org.openfact.common.util.MultivaluedHashMap
 
addAll(K, V...) - Method in class org.openfact.common.util.MultivaluedHashMap
 
addAll(K, List<V>) - Method in class org.openfact.common.util.MultivaluedHashMap
 
addAll(MultivaluedHashMap<K, V>) - Method in class org.openfact.common.util.MultivaluedHashMap
 
addFirst(K, V) - Method in class org.openfact.common.util.MultivaluedHashMap
 
addMultiple(K, Collection<V>) - Method in class org.openfact.common.util.MultivaluedHashMap
 
alreadyQuoted(String) - Static method in class org.openfact.common.util.ServerCookie
 
appendCookieValue(StringBuffer, int, String, String, String, String, String, int, boolean, boolean) - Static method in class org.openfact.common.util.ServerCookie
 
asDate(LocalDate) - Static method in class org.openfact.common.converts.DateUtils
 
asDate(LocalDateTime) - Static method in class org.openfact.common.converts.DateUtils
 
asInstant(Date) - Static method in class org.openfact.common.converts.DateUtils
Creates an Instant from java.utils.Date or it's subclasses.
asLocalDate(Date) - Static method in class org.openfact.common.converts.DateUtils
Calls DateUtils.asLocalDate(Date, ZoneId) with the system default time zone.
asLocalDate(Date, ZoneId) - Static method in class org.openfact.common.converts.DateUtils
Creates LocalDate from java.utils.Date or it's subclasses.
asLocalDate(String) - Static method in class org.openfact.common.converts.DateUtils
 
asLocalDateTime(Date) - Static method in class org.openfact.common.converts.DateUtils
Calls DateUtils.asLocalDateTime(Date, ZoneId) with the system default time zone.
asLocalDateTime(Date, ZoneId) - Static method in class org.openfact.common.converts.DateUtils
Creates LocalDateTime from java.utils.Date or it's subclasses.
asLocalDateTime(String) - Static method in class org.openfact.common.converts.DateUtils
 
asUtilDate(Object) - Static method in class org.openfact.common.converts.DateUtils
Calls DateUtils.asUtilDate(Object, ZoneId) with the system default time zone.
asUtilDate(Object, ZoneId) - Static method in class org.openfact.common.converts.DateUtils
Creates a Date from various date objects.
asZonedDateTime(Date) - Static method in class org.openfact.common.converts.DateUtils
Calls DateUtils.asZonedDateTime(Date, ZoneId) with the system default time zone.
asZonedDateTime(Date, ZoneId) - Static method in class org.openfact.common.converts.DateUtils
Creates ZonedDateTime from java.utils.Date or it's subclasses.

B

BUILD_TIME - Static variable in class org.openfact.common.Version
 
byteToDocument(byte[]) - Static method in class org.openfact.common.converts.DocumentUtils
 
byteToDocument(Byte[]) - Static method in class org.openfact.common.converts.DocumentUtils
 
byteToElement(byte[]) - Method in class org.openfact.common.converts.DocumentUtils
 

C

checkName(String) - Static method in class org.openfact.common.util.ServerCookie
Deprecated.
- Not used
ClientConnection - Interface in org.openfact.common
Information about the client connection
collectionEquals(Collection<T>, Collection<T>) - Static method in class org.openfact.common.util.CollectionUtil
 
CollectionUtil - Class in org.openfact.common.util
 
CollectionUtil() - Constructor for class org.openfact.common.util.CollectionUtil
 
containsCTL(String, int) - Static method in class org.openfact.common.util.ServerCookie
 
currentTime() - Static method in class org.openfact.common.util.Time
Returns current time in seconds adjusted by adding {@link #offset) seconds.
currentTimeMillis() - Static method in class org.openfact.common.util.Time
Returns current time in milliseconds adjusted by adding {@link #offset) seconds.

D

DateUtils - Class in org.openfact.common.converts
 
DateUtils() - Constructor for class org.openfact.common.converts.DateUtils
 
DEFAULT_PROFILE - Static variable in class org.openfact.common.Version
 
DocumentUtils - Class in org.openfact.common.converts
 
DocumentUtils() - Constructor for class org.openfact.common.converts.DocumentUtils
 

E

elementToByte(Element, OutputStream) - Static method in class org.openfact.common.converts.DocumentUtils
 
equalsIgnoreValueOrder(MultivaluedHashMap<K, V>) - Method in class org.openfact.common.util.MultivaluedHashMap
 

F

formatOldCookie(Date) - Static method in class org.openfact.common.util.ServerCookie
 
formatOldCookie(Date, StringBuffer, FieldPosition) - Static method in class org.openfact.common.util.ServerCookie
 
formatString(String, String, boolean) - Static method in class org.openfact.common.util.MaskToString
 

G

GenericConstants - Class in org.openfact.common.constants
 
GenericConstants() - Constructor for class org.openfact.common.constants.GenericConstants
 
getBytesFromDocument(Document) - Static method in class org.openfact.common.converts.DocumentUtils
 
getContentType(File) - Static method in class org.openfact.common.util.MimeTypeUtil
 
getContentType(String) - Static method in class org.openfact.common.util.MimeTypeUtil
 
getCookieHeaderName(int) - Static method in class org.openfact.common.util.ServerCookie
Return the header name to set the cookie, based on cookie version.
getDateTimeFromTimestamp(long) - Static method in class org.openfact.common.converts.DateUtils
 
getDocumentToOutputStream(Document, ByteArrayOutputStream) - Static method in class org.openfact.common.converts.DocumentUtils
 
getDocumentToString(Document) - Static method in class org.openfact.common.converts.DocumentUtils
 
getEmptyDocument() - Static method in class org.openfact.common.converts.DocumentUtils
 
getFirst(K) - Method in class org.openfact.common.util.MultivaluedHashMap
 
getInputStreamToDocument(InputStream) - Static method in class org.openfact.common.converts.DocumentUtils
Convert an inputStream to a Document Object
getList(K) - Method in class org.openfact.common.util.MultivaluedHashMap
 
getLocalAddr() - Method in interface org.openfact.common.ClientConnection
 
getLocalPort() - Method in interface org.openfact.common.ClientConnection
 
getName() - Static method in class org.openfact.common.Profile
 
getOffset() - Static method in class org.openfact.common.util.Time
 
getProperty(String) - Method in class org.openfact.common.util.SystemEnvProperties
 
getProperty(String, String) - Method in class org.openfact.common.util.SystemEnvProperties
 
getRemoteAddr() - Method in interface org.openfact.common.ClientConnection
 
getRemoteHost() - Method in interface org.openfact.common.ClientConnection
 
getRemotePort() - Method in interface org.openfact.common.ClientConnection
 
getStreamToBytes(InputStream) - Static method in class org.openfact.common.converts.DocumentUtils
 
getStringToDocument(String) - Static method in class org.openfact.common.converts.DocumentUtils
Convert a string to a Document Object
getStringToStream(String) - Static method in class org.openfact.common.converts.DocumentUtils
 
GMT_ZONE - Static variable in class org.openfact.common.util.ServerCookie
GMT timezone - all HTTP dates are on GMT

I

isPreviewEnabled() - Static method in class org.openfact.common.Profile
 
isToken(String) - Static method in class org.openfact.common.util.ServerCookie
 
isToken2(String) - Static method in class org.openfact.common.util.ServerCookie
 

J

join(Collection<String>) - Static method in class org.openfact.common.util.CollectionUtil
 
join(Collection<String>, String) - Static method in class org.openfact.common.util.CollectionUtil
 

L

leftPad(String, int, char) - Static method in class org.openfact.common.converts.StringUtils
 

M

MaskToString - Class in org.openfact.common.util
 
MaskToString() - Constructor for class org.openfact.common.util.MaskToString
 
maybeQuote(int, StringBuffer, String) - Static method in class org.openfact.common.util.ServerCookie
Deprecated.
- Not used
maybeQuote2(int, StringBuffer, String) - Static method in class org.openfact.common.util.ServerCookie
Quotes values using rules that vary depending on Cookie version.
MimeTypeUtil - Class in org.openfact.common.util
 
MimeTypeUtil() - Constructor for class org.openfact.common.util.MimeTypeUtil
 
MultivaluedHashMap<K,V> - Class in org.openfact.common.util
 
MultivaluedHashMap() - Constructor for class org.openfact.common.util.MultivaluedHashMap
 
MultivaluedHashMap(MultivaluedHashMap<K, V>) - Constructor for class org.openfact.common.util.MultivaluedHashMap
 

N

NAME - Static variable in class org.openfact.common.Version
 
NAME_HTML - Static variable in class org.openfact.common.Version
 
NEWLINE - Static variable in class org.openfact.common.util.StringPropertyReplacer
New line string constant

O

org.openfact.common - package org.openfact.common
 
org.openfact.common.constants - package org.openfact.common.constants
 
org.openfact.common.converts - package org.openfact.common.converts
 
org.openfact.common.util - package org.openfact.common.util
 

P

padLeft(String, int, String) - Static method in class org.openfact.common.converts.StringUtils
Left padding a string with the given character
Profile - Class in org.openfact.common
 
Profile() - Constructor for class org.openfact.common.Profile
 
PROTOCOL_CLASSPATH - Static variable in class org.openfact.common.constants.GenericConstants
 
putSingle(K, V) - Method in class org.openfact.common.util.MultivaluedHashMap
 

R

replaceProperties(String) - Static method in class org.openfact.common.util.StringPropertyReplacer
Go through the input string and replace any occurance of ${p} with the System.getProperty(p) value.
replaceProperties(String, Properties) - Static method in class org.openfact.common.util.StringPropertyReplacer
Go through the input string and replace any occurance of ${p} with the props.getProperty(p) value.
RESOURCES_VERSION - Static variable in class org.openfact.common.Version
 

S

ServerCookie - Class in org.openfact.common.util
Server-side cookie representation.
ServerCookie() - Constructor for class org.openfact.common.util.ServerCookie
 
setOffset(int) - Static method in class org.openfact.common.util.Time
Sets time offset in seconds that will be added to Time.currentTime() and Time.currentTimeMillis().
StringPropertyReplacer - Class in org.openfact.common.util
A utility class for replacing properties in strings.
StringPropertyReplacer() - Constructor for class org.openfact.common.util.StringPropertyReplacer
 
StringUtils - Class in org.openfact.common.converts
Created by Alex Pariona-"alexpariona@openfact.com" on 01/08/2016.
StringUtils() - Constructor for class org.openfact.common.converts.StringUtils
 
SystemEnvProperties - Class in org.openfact.common.util
 
SystemEnvProperties() - Constructor for class org.openfact.common.util.SystemEnvProperties
 

T

Time - Class in org.openfact.common.util
 
Time() - Constructor for class org.openfact.common.util.Time
 
toDate(int) - Static method in class org.openfact.common.util.Time
Returns Date object, its value set to time
toMillis(int) - Static method in class org.openfact.common.util.Time
Returns time in milliseconds for a time in seconds.

U

UNKNOWN - Static variable in class org.openfact.common.Version
 

V

Version - Class in org.openfact.common
 
Version() - Constructor for class org.openfact.common.Version
 
VERSION - Static variable in class org.openfact.common.Version
 
A B C D E F G I J L M N O P R S T U V 
Skip navigation links

Copyright © 2018. All rights reserved.