Skip navigation links
A B C E F G H I J N P S T U V 

A

addPropertySources(ConfigurableApplicationContext, MutablePropertySources) - Method in class com.indeed.proctor.pipet.deploy.PropertiesInitializer
Can be overridden to add custom property sources.
AppConfig - Class in com.indeed.proctor.pipet.deploy
 
AppConfig() - Constructor for class com.indeed.proctor.pipet.deploy.AppConfig
 
AppInit - Class in com.indeed.proctor.pipet.deploy
Alternative to creating a web.xml by overriding methods in a class.
AppInit() - Constructor for class com.indeed.proctor.pipet.deploy.AppInit
 

B

build() - Method in class com.indeed.proctor.pipet.deploy.useragent.UserAgent.Builder
 
buildSafely() - Method in class com.indeed.proctor.pipet.deploy.useragent.UserAgent.Builder
 

C

com.indeed.proctor.pipet.deploy - package com.indeed.proctor.pipet.deploy
 
com.indeed.proctor.pipet.deploy.useragent - package com.indeed.proctor.pipet.deploy.useragent
 
convert(String) - Method in class com.indeed.proctor.pipet.deploy.useragent.UserAgentValueConverter
 
customizeRegistration(ServletRegistration.Dynamic) - Method in class com.indeed.proctor.pipet.deploy.AppInit
 

E

equals(Object) - Method in class com.indeed.proctor.pipet.deploy.useragent.UserAgent
 
extractUserAgent(HttpServletRequest) - Static method in class com.indeed.proctor.pipet.deploy.useragent.UserAgent
 
extractUserAgentSafely(HttpServletRequest) - Static method in class com.indeed.proctor.pipet.deploy.useragent.UserAgent
 

F

from(Version) - Static method in class com.indeed.proctor.pipet.deploy.useragent.UserAgentVersion
 
fromUserAgent(UserAgent) - Static method in class com.indeed.proctor.pipet.deploy.useragent.VersionedOS
 

G

getAndroidVersion(String) - Static method in class com.indeed.proctor.pipet.deploy.useragent.VersionedOS
 
getBasePropertyLocations(ConfigurableApplicationContext) - Method in class com.indeed.proctor.pipet.deploy.PropertiesInitializer
 
getBrowser() - Method in class com.indeed.proctor.pipet.deploy.useragent.UserAgent
 
getBrowserVersion() - Method in class com.indeed.proctor.pipet.deploy.useragent.UserAgent
Delegate method Detects the detailed version information of the browser.
getConfigFileName(String) - Method in class com.indeed.proctor.pipet.deploy.PropertiesInitializer
 
getDeviceType() - Method in class com.indeed.proctor.pipet.deploy.useragent.UserAgent
 
getFamily() - Method in class com.indeed.proctor.pipet.deploy.useragent.VersionedOS
 
getIntegerParameter(String, int) - Static method in class com.indeed.proctor.pipet.deploy.useragent.UserAgent
reading valid integer parameter
getIOSVersion(String) - Static method in class com.indeed.proctor.pipet.deploy.useragent.VersionedOS
 
getMajor() - Method in class com.indeed.proctor.pipet.deploy.useragent.UserAgentVersion
 
getMajorVersion() - Method in class com.indeed.proctor.pipet.deploy.useragent.VersionedOS
 
getMinor() - Method in class com.indeed.proctor.pipet.deploy.useragent.UserAgentVersion
 
getMinorVersion() - Method in class com.indeed.proctor.pipet.deploy.useragent.VersionedOS
 
getOperatingSystem() - Method in class com.indeed.proctor.pipet.deploy.useragent.UserAgent
 
getOS() - Method in class com.indeed.proctor.pipet.deploy.useragent.UserAgent
 
getPropertyLocations(ConfigurableApplicationContext) - Method in class com.indeed.proctor.pipet.deploy.PropertiesInitializer
 
getRepoConfigLocation() - Method in class com.indeed.proctor.pipet.deploy.PropertiesInitializer
 
getRootConfigClasses() - Method in class com.indeed.proctor.pipet.deploy.AppInit
 
getServletConfigClasses() - Method in class com.indeed.proctor.pipet.deploy.AppInit
 
getServletMappings() - Method in class com.indeed.proctor.pipet.deploy.AppInit
 
getTomcatConfDir() - Method in class com.indeed.proctor.pipet.deploy.PropertiesInitializer
 
getTomcatConfPropertyLocations(ConfigurableApplicationContext) - Method in class com.indeed.proctor.pipet.deploy.PropertiesInitializer
 
getTomcatContextPropertyLocations(ConfigurableApplicationContext) - Method in class com.indeed.proctor.pipet.deploy.PropertiesInitializer
 
getType() - Method in class com.indeed.proctor.pipet.deploy.useragent.UserAgentValueConverter
 
getUserAgentString() - Method in class com.indeed.proctor.pipet.deploy.useragent.UserAgent
 
getVersion() - Method in class com.indeed.proctor.pipet.deploy.useragent.UserAgent
 
getVersion() - Method in class com.indeed.proctor.pipet.deploy.useragent.UserAgentVersion
 
getVersion() - Method in class com.indeed.proctor.pipet.deploy.useragent.VersionedOS
 
getWebappName() - Method in class com.indeed.proctor.pipet.deploy.PropertiesInitializer
 
getWindowsPhoneVersion(String) - Static method in class com.indeed.proctor.pipet.deploy.useragent.VersionedOS
 

H

hashCode() - Method in class com.indeed.proctor.pipet.deploy.useragent.UserAgent
 

I

initialize(ConfigurableApplicationContext) - Method in class com.indeed.proctor.pipet.deploy.PropertiesInitializer
 
isAndroid() - Method in class com.indeed.proctor.pipet.deploy.useragent.UserAgent
 
isChromeForIOS() - Method in class com.indeed.proctor.pipet.deploy.useragent.UserAgent
 
isDumbPhone() - Method in class com.indeed.proctor.pipet.deploy.useragent.UserAgent
 
isIOS() - Method in class com.indeed.proctor.pipet.deploy.useragent.UserAgent
 
isMobileDevice() - Method in class com.indeed.proctor.pipet.deploy.useragent.UserAgent
 
isPhone() - Method in class com.indeed.proctor.pipet.deploy.useragent.UserAgent
Mobile devices that are not tablets are regarded as phones.
isSmartPhone() - Method in class com.indeed.proctor.pipet.deploy.useragent.UserAgent
 
isTablet() - Method in class com.indeed.proctor.pipet.deploy.useragent.UserAgent
Determines whether user agent is a tablet
isWindowsPhone() - Method in class com.indeed.proctor.pipet.deploy.useragent.UserAgent
 

J

jsonPipetConfig(String) - Method in class com.indeed.proctor.pipet.deploy.AppConfig
 

N

newBuilder() - Static method in class com.indeed.proctor.pipet.deploy.useragent.UserAgent
 

P

parseUserAgentString(String) - Static method in class com.indeed.proctor.pipet.deploy.useragent.UserAgent
 
parseUserAgentStringSafely(String) - Static method in class com.indeed.proctor.pipet.deploy.useragent.UserAgent
 
placeholderConfigurer() - Method in class com.indeed.proctor.pipet.deploy.AppConfig
 
PropertiesInitializer - Class in com.indeed.proctor.pipet.deploy
Adds Spring property sources for the following locations in this order: WEB-INF/config/pipet-base.properties ${catalina.base}/conf/pipet.properties path pointed to by propertyPlaceholderResourceLocation Tomcat context parameter Extend to customize properties file name and/or paths.
PropertiesInitializer() - Constructor for class com.indeed.proctor.pipet.deploy.PropertiesInitializer
 

S

scheduledExecutorService(AbstractProctorLoader, int) - Method in class com.indeed.proctor.pipet.deploy.AppConfig
 
setRequest(HttpServletRequest) - Method in class com.indeed.proctor.pipet.deploy.useragent.UserAgent.Builder
 
setUserAgentString(String) - Method in class com.indeed.proctor.pipet.deploy.useragent.UserAgent.Builder
 

T

toString() - Method in class com.indeed.proctor.pipet.deploy.useragent.UserAgent
 
tryAddPropertySource(ConfigurableApplicationContext, MutablePropertySources, String) - Method in class com.indeed.proctor.pipet.deploy.PropertiesInitializer
 

U

UNKNOWN - Static variable in class com.indeed.proctor.pipet.deploy.useragent.UserAgentVersion
 
UNKNOWN_VERSION - Static variable in class com.indeed.proctor.pipet.deploy.useragent.UserAgentVersion
 
UNKNOWN_VERSION - Static variable in class com.indeed.proctor.pipet.deploy.useragent.VersionedOS
 
UserAgent - Class in com.indeed.proctor.pipet.deploy.useragent
Wrapper around bitwalker UserAgentUtils that provides lots of helpful convenience methods for defining proctor rules.
UserAgent(String) - Constructor for class com.indeed.proctor.pipet.deploy.useragent.UserAgent
Deprecated.
UserAgent.Builder - Class in com.indeed.proctor.pipet.deploy.useragent
 
UserAgentValueConverter - Class in com.indeed.proctor.pipet.deploy.useragent
 
userAgentValueConverter() - Static method in class com.indeed.proctor.pipet.deploy.useragent.UserAgentValueConverter
 
UserAgentVersion - Class in com.indeed.proctor.pipet.deploy.useragent
Shim class so that Indeed internal code can refer to an indeed class, in case we need to tweak the version detection later.
UserAgentVersion(String, int, int) - Constructor for class com.indeed.proctor.pipet.deploy.useragent.UserAgentVersion
 

V

variableConfiguration(JsonPipetConfig) - Method in class com.indeed.proctor.pipet.deploy.AppConfig
 
VersionedOS - Class in com.indeed.proctor.pipet.deploy.useragent
 
A B C E F G H I J N P S T U V 
Skip navigation links

Copyright © 2019. All rights reserved.