Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- abort() - Static method in class org.ocpsoft.rewrite.servlet.config.Lifecycle
-
Create an
Operationthat callsServletRewrite.abort() - addCookie(Cookie) - Static method in class org.ocpsoft.rewrite.servlet.config.Response
- addDateHeader(String, long) - Static method in class org.ocpsoft.rewrite.servlet.config.Response
-
Create an
Operationthat adds a date header to theHttpServletResponse - addHeader(String, String) - Static method in class org.ocpsoft.rewrite.servlet.config.Response
-
Create an
Operationthat adds a header to theHttpServletResponse - addIntHeader(String, int) - Static method in class org.ocpsoft.rewrite.servlet.config.Response
- afterInboundLifecycle(HttpServletRewrite) - Method in class org.ocpsoft.rewrite.servlet.config.lifecycle.JoinRewriteLifecycleListener
- afterInboundRewrite(HttpServletRewrite) - Method in class org.ocpsoft.rewrite.servlet.config.lifecycle.JoinRewriteLifecycleListener
- afterOutboundRewrite(HttpServletRewrite) - Method in class org.ocpsoft.rewrite.servlet.config.lifecycle.JoinRewriteLifecycleListener
- append() - Static method in class org.ocpsoft.rewrite.servlet.config.rule.TrailingSlash
-
Create a new
TrailingSlashinstance that will append trailing slashes from all matching request and rendered outputAddressinstances, if necessary. - attribute(String) - Static method in class org.ocpsoft.rewrite.servlet.config.bind.RequestBinding
-
Create a
Bindingto theServletRequest.setAttribute(String, Object)map.
B
- Base64EncodingStrategy - Class in org.ocpsoft.rewrite.servlet.config.encodequery
-
EncodingStrategybased on simpleBase64encoding and decoding. - Base64EncodingStrategy() - Constructor for class org.ocpsoft.rewrite.servlet.config.encodequery.Base64EncodingStrategy
- beforeInboundLifecycle(HttpServletRewrite) - Method in class org.ocpsoft.rewrite.servlet.config.lifecycle.JoinRewriteLifecycleListener
- beforeInboundRewrite(HttpServletRewrite) - Method in class org.ocpsoft.rewrite.servlet.config.lifecycle.JoinRewriteLifecycleListener
- beforeOutboundRewrite(HttpServletRewrite) - Method in class org.ocpsoft.rewrite.servlet.config.lifecycle.JoinRewriteLifecycleListener
C
- captureIn(String) - Static method in class org.ocpsoft.rewrite.servlet.config.Path
-
Capture the entire path portion of the
Addressinto the givenParameter. - captureIn(String) - Static method in class org.ocpsoft.rewrite.servlet.config.PathAndQuery
-
Capture the entire path portion of the
Addressinto the givenParameter. - captureIn(String) - Static method in class org.ocpsoft.rewrite.servlet.config.URL
- captureValue(String) - Static method in class org.ocpsoft.rewrite.servlet.config.RequestParameter
-
Creates a
RequestParametercondition that will capture the value of the the given request parameter if it exists so you can bind to it using.where(). - CDN - Class in org.ocpsoft.rewrite.servlet.config.rule
-
A
Rulethat creates a bi-directional relationship between an externally facingAddressand an internal server resourceAddressfor the purposes of using a Content Distribution Network. - CDN(String) - Constructor for class org.ocpsoft.rewrite.servlet.config.rule.CDN
- CDNRelocate - Interface in org.ocpsoft.rewrite.servlet.config.rule
- ChecksumStrategy - Interface in org.ocpsoft.rewrite.servlet.config.encodequery
-
Strategy for performing checksum embedding and validation.
- checksumValid(String) - Method in interface org.ocpsoft.rewrite.servlet.config.encodequery.ChecksumStrategy
-
Return
trueif the given token contains a valid checksum. - checksumValid(String) - Method in class org.ocpsoft.rewrite.servlet.config.encodequery.HashCodeChecksumStrategy
- code(int) - Static method in class org.ocpsoft.rewrite.servlet.config.SendStatus
-
Create an
Operationthat will send an HTTP status code to the browser, then callServletRewrite.abort() - complete() - Static method in class org.ocpsoft.rewrite.servlet.config.Response
-
Create an
Operationthat halts furtherRewriteprocessing and completes the currentHttpServletResponse.
D
- decode(String) - Method in class org.ocpsoft.rewrite.servlet.config.encodequery.Base64EncodingStrategy
- decode(String) - Method in interface org.ocpsoft.rewrite.servlet.config.encodequery.EncodingStrategy
-
Decode the given value.
- detectAmazonSilk() - Method in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
-
Detects if the current Amazon device is using the Silk Browser.
- detectAndroid() - Method in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
-
Detects *any* Android OS-based device: phone, tablet, and multi-media player.
- detectAndroidPhone() - Method in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
-
Detects if the current device is a (small-ish) Android OS-based device used for calling and/or multi-media (like a Samsung Galaxy Player).
- detectAndroidTablet() - Method in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
-
Detects if the current device is a (self-reported) Android tablet.
- detectAndroidWebKit() - Method in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
-
Detects if the current device is an Android OS-based device and the browser is based on WebKit.
- detectArchos() - Method in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
-
Detects if the current device is an Archos media player/Internet tablet.
- detectBada() - Method in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
-
Detects a device running the Bada smartphone OS from Samsung.
- detectBlackBerry() - Method in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
-
Detects if the current browser is any BlackBerry.
- detectBlackBerry10Phone() - Method in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
-
Detects if the current browser is a BlackBerry 10 OS phone.
- detectBlackBerryHigh() - Method in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
-
Detects if the current browser is a BlackBerry device AND has a more capable recent browser.
- detectBlackBerryLow() - Method in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
-
Detects if the current browser is a BlackBerry device AND has an older, less capable browser.
- detectBlackBerryTablet() - Method in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
-
Detects if the current browser is on a BlackBerry tablet device.
- detectBlackBerryTouch() - Method in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
-
Detects if the current browser is a BlackBerry Touch device, such as the Storm, Torch, and Bold Touch.
- detectBlackBerryWebKit() - Method in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
-
Detects if the current browser is a BlackBerry device AND uses a WebKit-based browser.
- detectBrewDevice() - Method in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
-
Detects whether the device is a Brew-powered device.
- detectDangerHiptop() - Method in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
-
Detects the Danger Hiptop device.
- detectGameConsole() - Method in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
-
Detects if the current device is an Internet-capable game console.
- detectGamingHandheld() - Method in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
-
Detects if the current device is a handheld gaming device with a touchscreen and modern iPhone-class browser.
- detectGarminNuvifone() - Method in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
-
Detects if the current browser is a Garmin Nuvifone.
- detectGoogleTV() - Method in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
-
Detects if the current device is a GoogleTV.
- detectIos() - Method in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
-
Detects *any* iOS device: iPhone, iPod Touch, iPad.
- detectIpad() - Method in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
-
Detects if the current device is an iPad tablet.
- detectIphone() - Method in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
-
Detects if the current device is an iPhone.
- detectIphoneOrIpod() - Method in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
-
Detects if the current device is an iPhone or iPod Touch.
- detectIpod() - Method in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
-
Detects if the current device is an iPod Touch.
- detectKindle() - Method in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
-
Detects if the current device is an Amazon Kindle (eInk devices only).
- detectMaemoTablet() - Method in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
-
Detects if the current device is on one of the Maemo-based Nokia Internet Tablets.
- detectMeego() - Method in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
-
Detects a device running the Meego OS.
- detectMidpCapable() - Method in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
-
Detects if the current device supports MIDP, a mobile Java technology.
- detectMobileLong() - Method in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
-
The longer and more thorough way to detect for a mobile device.
- detectMobileQuick() - Method in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
-
Detects if the current device is a mobile device.
- detectNintendo() - Method in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
-
Detects if the current device is a Nintendo game device.
- detectOperaAndroidPhone() - Method in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
-
Detects Opera Mobile on an Android phone.
- detectOperaAndroidTablet() - Method in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
-
Detects Opera Mobile on an Android tablet.
- detectOperaMobile() - Method in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
-
Detects Opera Mobile or Opera Mini.
- detectPalmOS() - Method in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
-
Detects if the current browser is on a PalmOS device.
- detectPalmWebOS() - Method in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
-
Detects if the current browser is on a Palm device running the new WebOS.
- detectS60OssBrowser() - Method in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
-
Detects if the current browser is the Symbian S60 Open Source Browser.
- detectSmartphone() - Method in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
-
Check to see whether the device is any device in the 'smartphone' category.
- detectSonyMylo() - Method in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
-
Detects if the current browser is a Sony Mylo device.
- detectSonyPlaystation() - Method in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
-
Detects if the current device is a Sony Playstation.
- detectSymbianOS() - Method in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
-
Detects if the current device is any Symbian OS-based device, including older S60, Series 70, Series 80, Series 90, and UIQ, or other browsers running on these devices.
- detectTierIphone() - Method in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
-
The quick way to detect for a tier of devices.
- detectTierOtherPhones() - Method in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
-
The quick way to detect for a tier of devices.
- detectTierRichCss() - Method in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
-
The quick way to detect for a tier of devices.
- detectTierTablet() - Method in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
-
The quick way to detect for a tier of devices.
- detectTizen() - Method in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
-
Detects a device running the Tizen smartphone OS.
- detectWapWml() - Method in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
-
Detects whether the device supports WAP or WML.
- detectWebkit() - Method in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
-
Detects if the current browser is based on WebKit.
- detectWebOSTablet() - Method in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
-
Detects if the current browser is on an HP tablet running WebOS.
- detectWindowsMobile() - Method in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
-
Detects if the current browser is a Windows Mobile device.
- detectWindowsPhone() - Method in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
-
Detects if the current browser is EITHER a Windows Phone 7.x OR 8 device
- detectWindowsPhone7() - Method in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
-
Detects a Windows Phone 7.x device (in mobile browsing mode).
- detectWindowsPhone8() - Method in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
-
Detects a Windows Phone 8 device (in mobile browsing mode).
- detectXbox() - Method in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
-
Detects if the current device is a Microsoft Xbox.
- deviceAndroid - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- deviceArchos - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- deviceBada - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- deviceBB - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- deviceBB10 - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- deviceBBBold - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- deviceBBBoldTouch - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- deviceBBCurve - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- deviceBBCurveTouch - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- deviceBBPlaybook - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- deviceBBStorm - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- deviceBBTorch - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- deviceBBTour - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- deviceBrew - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- deviceDanger - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- deviceGoogleTV - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- deviceHiptop - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- deviceHtcFlyer - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- deviceIeMob - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- deviceIpad - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- deviceIphone - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- deviceIpod - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- deviceKindle - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- deviceMacPpc - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- deviceMeego - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- deviceMidp - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- deviceNintendo - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- deviceNintendoDs - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- deviceNuvifone - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- devicePalm - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- devicePda - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- devicePlaystation - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- devicePlaystationVita - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- devicePpc - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- deviceS60 - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- deviceS70 - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- deviceS80 - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- deviceS90 - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- deviceSymbian - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- deviceTablet - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- deviceTizen - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- deviceWebOS - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- deviceWebOShp - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- deviceWii - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- deviceWindows - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- deviceWinMob - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- deviceWinPhone7 - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- deviceWinPhone8 - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- deviceXbox - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- DispatchType - Class in org.ocpsoft.rewrite.servlet.config
-
A
Conditionthat inspects the value ofServletRequest.getDispatcherType(). - disUpdate - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- Domain - Class in org.ocpsoft.rewrite.servlet.config
-
A
Conditionthat inspects the value ofServletRequest.getServerName()
E
- embedChecksum(String) - Method in interface org.ocpsoft.rewrite.servlet.config.encodequery.ChecksumStrategy
-
Return the given token with an additional added checksum.
- embedChecksum(String) - Method in class org.ocpsoft.rewrite.servlet.config.encodequery.HashCodeChecksumStrategy
- encode(String) - Method in class org.ocpsoft.rewrite.servlet.config.encodequery.Base64EncodingStrategy
- encode(String) - Method in interface org.ocpsoft.rewrite.servlet.config.encodequery.EncodingStrategy
-
Encode the given value.
- EncodeQuery - Class in org.ocpsoft.rewrite.servlet.config
-
An
Operationthat encodes any or manyAddressquery-parameters into a single parameter using the givenChecksumStrategyandEncodingStrategy. - EncodingStrategy - Interface in org.ocpsoft.rewrite.servlet.config.encodequery
-
Strategy for encoding and decoding.
- engineBlazer - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- engineNetfront - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- engineObigo - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- engineOpenWeb - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- engineOpera - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- enginePie - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- engineSilk - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- engineTelecaQ - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- engineUpBrowser - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- engineWebKit - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- engineXiino - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- error(int) - Static method in class org.ocpsoft.rewrite.servlet.config.SendStatus
-
Create an
Operationthat will send an HTTP error code to the browser, then callServletRewrite.abort() - error(int, String) - Static method in class org.ocpsoft.rewrite.servlet.config.SendStatus
-
Create an
Operationthat will send an HTTP error code and message to the browser, then callServletRewrite.abort() - evaluate(Rewrite, EvaluationContext) - Method in class org.ocpsoft.rewrite.servlet.config.rule.CDN
- evaluate(Rewrite, EvaluationContext) - Method in class org.ocpsoft.rewrite.servlet.config.rule.Join
- evaluateHttp(HttpServletRewrite, EvaluationContext) - Method in class org.ocpsoft.rewrite.servlet.config.DispatchType
- evaluateHttp(HttpServletRewrite, EvaluationContext) - Method in class org.ocpsoft.rewrite.servlet.config.Domain
- evaluateHttp(HttpServletRewrite, EvaluationContext) - Method in class org.ocpsoft.rewrite.servlet.config.Header
- evaluateHttp(HttpServletRewrite, EvaluationContext) - Method in class org.ocpsoft.rewrite.servlet.config.JAASRoles
- evaluateHttp(HttpServletRewrite, EvaluationContext) - Method in class org.ocpsoft.rewrite.servlet.config.Method
- evaluateHttp(HttpServletRewrite, EvaluationContext) - Method in class org.ocpsoft.rewrite.servlet.config.Path
- evaluateHttp(HttpServletRewrite, EvaluationContext) - Method in class org.ocpsoft.rewrite.servlet.config.PathAndQuery
- evaluateHttp(HttpServletRewrite, EvaluationContext) - Method in class org.ocpsoft.rewrite.servlet.config.RequestParameter
- evaluateHttp(HttpServletRewrite, EvaluationContext) - Method in class org.ocpsoft.rewrite.servlet.config.Resource
- evaluateHttp(HttpServletRewrite, EvaluationContext) - Method in class org.ocpsoft.rewrite.servlet.config.Scheme
- evaluateHttp(HttpServletRewrite, EvaluationContext) - Method in class org.ocpsoft.rewrite.servlet.config.ServerPort
- evaluateHttp(HttpServletRewrite, EvaluationContext) - Method in class org.ocpsoft.rewrite.servlet.config.ServletMapping
- evaluateHttp(HttpServletRewrite, EvaluationContext) - Method in class org.ocpsoft.rewrite.servlet.config.URL
- excluding(String...) - Method in class org.ocpsoft.rewrite.servlet.config.EncodeQuery
-
Exclude the given query-parameter names from encoding.
- exists(String) - Static method in class org.ocpsoft.rewrite.servlet.config.Header
-
Create a
Headercondition that matches only against the existence of a header with a name matching the given pattern. - exists(String) - Static method in class org.ocpsoft.rewrite.servlet.config.RequestParameter
-
Create a
Conditionthat matches against the existence of a request parameter with a name matching the given pattern. - exists(String) - Static method in class org.ocpsoft.rewrite.servlet.config.Resource
-
Create a
Conditionthat returnstrueif the given resource exists in theServletContext.getResourcePaths(String)of the current application.
F
- finish(HttpServletRewrite) - Method in class org.ocpsoft.rewrite.servlet.config.response.GZipResponseStreamWrapper
- Forward - Class in org.ocpsoft.rewrite.servlet.config
-
An
Operationthat forwards an inbound request to a configured internal resourceAddressviaInboundServletRewrite.forward(String) - from(File) - Static method in class org.ocpsoft.rewrite.servlet.config.Stream
G
- getCode() - Method in class org.ocpsoft.rewrite.servlet.config.SendStatus
- getCurrentJoin(HttpServletRequest) - Static method in class org.ocpsoft.rewrite.servlet.config.rule.Join
-
Retrieve the
Jointhat was invoked on the currentHttpServletRequest; if noJoinwas invoked, returnnull. - getExpression() - Method in class org.ocpsoft.rewrite.servlet.config.Domain
-
Get the underlying
ParameterizedPatternParserfor thisDomain - getExpression() - Method in class org.ocpsoft.rewrite.servlet.config.Path
-
Get the underlying
ParameterizedPatternfor thisPath - getExpression() - Method in class org.ocpsoft.rewrite.servlet.config.PathAndQuery
-
Get the underlying
ParameterizedPatternfor thisPathAndQuery - getExpression() - Method in class org.ocpsoft.rewrite.servlet.config.Resource
-
Get the
ParameterizedPatternof thisResource. - getExpression() - Method in class org.ocpsoft.rewrite.servlet.config.Scheme
-
Get the underlying
ParameterizedPatternParserfor thisScheme - getExpression() - Method in class org.ocpsoft.rewrite.servlet.config.Stream
- getExpression() - Method in class org.ocpsoft.rewrite.servlet.config.Substitute
-
Get the underlying
ParameterizedPatternParserfor thisSubstitute. - getHttpAccept() - Method in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
-
Return the lower case HTTP_ACCEPT
- getId() - Method in class org.ocpsoft.rewrite.servlet.config.rule.CDN
- getId() - Method in class org.ocpsoft.rewrite.servlet.config.rule.Join
- getId() - Method in class org.ocpsoft.rewrite.servlet.config.rule.TrailingSlash
- getIsIphone() - Method in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
-
Return whether the device is an Iphone or iPod Touch
- getIsTierGenericMobile() - Method in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
-
Return whether the device is a generic, less-capable mobile device.
- getIsTierIphone() - Method in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
-
Return whether the device is in the Iphone Tier.
- getIsTierRichCss() - Method in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
-
Return whether the device is in the 'Rich CSS' tier of mobile devices.
- getIsTierTablet() - Method in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
-
Return whether the device is in the Tablet Tier.
- getLocationExpression() - Method in class org.ocpsoft.rewrite.servlet.config.rule.CDN
- getMessage() - Method in class org.ocpsoft.rewrite.servlet.config.SendStatus
- getNameExpression() - Method in class org.ocpsoft.rewrite.servlet.config.RequestParameter
-
Get the
ParameterizedPatternof the request parameter name. - getPathExpression() - Method in class org.ocpsoft.rewrite.servlet.config.URL
- getRequiredParameterNames() - Method in class org.ocpsoft.rewrite.servlet.config.Domain
- getRequiredParameterNames() - Method in class org.ocpsoft.rewrite.servlet.config.Forward
- getRequiredParameterNames() - Method in class org.ocpsoft.rewrite.servlet.config.Header
- getRequiredParameterNames() - Method in class org.ocpsoft.rewrite.servlet.config.Path
- getRequiredParameterNames() - Method in class org.ocpsoft.rewrite.servlet.config.PathAndQuery
- getRequiredParameterNames() - Method in class org.ocpsoft.rewrite.servlet.config.Redirect
- getRequiredParameterNames() - Method in class org.ocpsoft.rewrite.servlet.config.RequestParameter
- getRequiredParameterNames() - Method in class org.ocpsoft.rewrite.servlet.config.Resource
- getRequiredParameterNames() - Method in class org.ocpsoft.rewrite.servlet.config.rule.CDN
- getRequiredParameterNames() - Method in class org.ocpsoft.rewrite.servlet.config.rule.Join
- getRequiredParameterNames() - Method in class org.ocpsoft.rewrite.servlet.config.Scheme
- getRequiredParameterNames() - Method in class org.ocpsoft.rewrite.servlet.config.ServletMapping
- getRequiredParameterNames() - Method in class org.ocpsoft.rewrite.servlet.config.Stream
- getRequiredParameterNames() - Method in class org.ocpsoft.rewrite.servlet.config.Substitute
- getRequiredParameterNames() - Method in class org.ocpsoft.rewrite.servlet.config.URL
- getResourceExpression() - Method in class org.ocpsoft.rewrite.servlet.config.ServletMapping
-
Return the underlying
ParameterizedPatternBuilderfor thisServletMapping. - getResourcExpression() - Method in class org.ocpsoft.rewrite.servlet.config.rule.CDN
- getSchemeExpression() - Method in class org.ocpsoft.rewrite.servlet.config.URL
-
Get the underlying
RegexParameterizedPatternBuilderfor thisURL - getTargetExpression() - Method in class org.ocpsoft.rewrite.servlet.config.Forward
- getTargetExpression() - Method in class org.ocpsoft.rewrite.servlet.config.Redirect
- getUserAgent() - Method in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
-
Return the lower case HTTP_USER_AGENT
- getValueExpression() - Method in class org.ocpsoft.rewrite.servlet.config.RequestParameter
-
Get the
ParameterizedPatternof the request parameter value. - gzipCompression() - Static method in class org.ocpsoft.rewrite.servlet.config.Response
-
Compress the
ServletOutputStreamcontents written to the client. - GZipResponseContentInterceptor - Class in org.ocpsoft.rewrite.servlet.config.response
-
A
ResponseContentInterceptorthat compresses the response output to GZip format and sets the proper response headers. - GZipResponseContentInterceptor() - Constructor for class org.ocpsoft.rewrite.servlet.config.response.GZipResponseContentInterceptor
- GZipResponseStreamWrapper - Class in org.ocpsoft.rewrite.servlet.config.response
-
A
ResponseStreamWrapperthat compresses the response output to GZip format and sets the proper response headers. - GZipResponseStreamWrapper() - Constructor for class org.ocpsoft.rewrite.servlet.config.response.GZipResponseStreamWrapper
- gzipStreamCompression() - Static method in class org.ocpsoft.rewrite.servlet.config.Response
-
Compress the
ServletOutputStreamcontents written to the client.
H
- handled() - Static method in class org.ocpsoft.rewrite.servlet.config.Lifecycle
-
Create an
Operationthat callsServletRewrite.handled() - handles(Rewrite) - Method in class org.ocpsoft.rewrite.servlet.config.lifecycle.JoinRewriteLifecycleListener
- HashCodeChecksumStrategy - Class in org.ocpsoft.rewrite.servlet.config.encodequery
-
ChecksumStrategybased on JavaString.hashCode()equality - HashCodeChecksumStrategy() - Constructor for class org.ocpsoft.rewrite.servlet.config.encodequery.HashCodeChecksumStrategy
- Header - Class in org.ocpsoft.rewrite.servlet.config
-
A
Conditionresponsible for asserting on specified values ofHttpServletRequest.getHeader(String).
I
- includes(String) - Static method in class org.ocpsoft.rewrite.servlet.config.ServletMapping
- initCompleted - Variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- initDeviceScan() - Method in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
-
Initialize Key Stored Values.
- intercept(HttpServletRewrite, ResponseContent, ResponseContentInterceptorChain) - Method in class org.ocpsoft.rewrite.servlet.config.response.GZipResponseContentInterceptor
- invalidate() - Static method in class org.ocpsoft.rewrite.servlet.config.Session
-
Creates an
HttpOperationthat callsHttpSession.invalidate()on the current session. - is(int...) - Static method in class org.ocpsoft.rewrite.servlet.config.ServerPort
-
Create a
Conditionto assert that the currentAddress.getPort()matches any of the given ports. - isAndroid - Variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- isAndroidPhone - Variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- isAsync() - Static method in class org.ocpsoft.rewrite.servlet.config.DispatchType
-
Create a
DispatchTypecondition that ensures the currentHttpServletRewriteis aDispatcherType.ASYNC - isCommitted() - Static method in class org.ocpsoft.rewrite.servlet.config.Response
-
Create a
Conditionthat evaluates the status ofServletResponse.isCommitted(). - isDelete() - Static method in class org.ocpsoft.rewrite.servlet.config.Method
-
Create a
Methodcondition that ensures the currentHttpServletRequest.getMethod()is DELETE - isDesktop() - Static method in class org.ocpsoft.rewrite.servlet.config.UserAgent
-
Create a
Conditionasserting that the user-agent is a non-mobile device. - isError() - Static method in class org.ocpsoft.rewrite.servlet.config.DispatchType
-
Create a
DispatchTypecondition that ensures the currentHttpServletRewriteis aDispatcherType.ERROR - isForward() - Static method in class org.ocpsoft.rewrite.servlet.config.DispatchType
-
Create a
DispatchTypecondition that ensures the currentHttpServletRewriteis aDispatcherType.FORWARD - isGet() - Static method in class org.ocpsoft.rewrite.servlet.config.Method
-
Create a
Methodcondition that ensures the currentHttpServletRequest.getMethod()is GET - isHead() - Static method in class org.ocpsoft.rewrite.servlet.config.Method
-
Create a
Methodcondition that ensures the currentHttpServletRequest.getMethod()is HEAD - isInclude() - Static method in class org.ocpsoft.rewrite.servlet.config.DispatchType
-
Create a
DispatchTypecondition that ensures the currentHttpServletRewriteis aDispatcherType.INCLUDE - isIphone - Variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- isMobile() - Static method in class org.ocpsoft.rewrite.servlet.config.UserAgent
-
Create a
Conditionasserting that the user-agent is a mobile device. - isMobilePhone - Variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- isOptions() - Static method in class org.ocpsoft.rewrite.servlet.config.Method
-
Create a
Methodcondition that ensures the currentHttpServletRequest.getMethod()is OPTIONS - isPost() - Static method in class org.ocpsoft.rewrite.servlet.config.Method
-
Create a
Methodcondition that ensures the currentHttpServletRequest.getMethod()is POST - isPut() - Static method in class org.ocpsoft.rewrite.servlet.config.Method
-
Create a
Methodcondition that ensures the currentHttpServletRequest.getMethod()is PUT - isRequest() - Static method in class org.ocpsoft.rewrite.servlet.config.DispatchType
-
Create a
DispatchTypecondition that ensures the currentHttpServletRewriteis aDispatcherType.REQUEST - isTablet() - Static method in class org.ocpsoft.rewrite.servlet.config.UserAgent
-
Create a
Conditionasserting that the user-agent is a tablet device. - isTierGenericMobile - Variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- isTierIphone - Variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- isTierRichCss - Variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- isTierTablet - Variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- isTrace() - Static method in class org.ocpsoft.rewrite.servlet.config.Method
-
Create a
Methodcondition that ensures the currentHttpServletRequest.getMethod()is TRACE - isWebkit - Variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
J
- JAASRoles - Class in org.ocpsoft.rewrite.servlet.config
-
A
Conditionthat checks the current session roles usingHttpServletRequest.isUserInRole(String) - Join - Class in org.ocpsoft.rewrite.servlet.config.rule
-
Rulethat creates a bi-directional rewrite rule between an externally facingAddressand an internal server resourceAddressfor the purposes of changing theAddresswith which the internal server resource is accessible. - Join(String, boolean) - Constructor for class org.ocpsoft.rewrite.servlet.config.rule.Join
- JoinPath - Interface in org.ocpsoft.rewrite.servlet.config.rule
-
A partially configured
Joininstance. - JoinRewriteLifecycleListener - Class in org.ocpsoft.rewrite.servlet.config.lifecycle
-
Implementation class for handling
Joinconfiguration instances. - JoinRewriteLifecycleListener() - Constructor for class org.ocpsoft.rewrite.servlet.config.lifecycle.JoinRewriteLifecycleListener
L
- Lifecycle - Class in org.ocpsoft.rewrite.servlet.config
- Lifecycle() - Constructor for class org.ocpsoft.rewrite.servlet.config.Lifecycle
- linux - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- log - Static variable in class org.ocpsoft.rewrite.servlet.config.Stream
M
- maemo - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- manuericsson - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- manuHtc - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- manuSamsung1 - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- manuSony - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- manuSonyEricsson - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- matches(String) - Static method in class org.ocpsoft.rewrite.servlet.config.Domain
-
Create a
Domaincondition to inspect the currentAddress.getDomain(). - matches(String) - Static method in class org.ocpsoft.rewrite.servlet.config.Path
-
Create a
Conditionthat compares the currentAddress.getPath()to the given pattern. - matches(String) - Static method in class org.ocpsoft.rewrite.servlet.config.PathAndQuery
-
Create a
Conditionthat compares the currentAddress.getPathAndQuery()to the given pattern. - matches(String) - Static method in class org.ocpsoft.rewrite.servlet.config.Query
-
Create a
Conditionmatching the currentAddress.getQuery(). - matches(String) - Static method in class org.ocpsoft.rewrite.servlet.config.Scheme
-
Create a
Conditionto inspect the current request scheme, comparing against the given pattern. - matches(String) - Static method in class org.ocpsoft.rewrite.servlet.config.URL
-
Create a
Conditionthat inspects the entire value of the currentAddress, comparing against the given pattern. - matches(String) - Static method in class org.ocpsoft.rewrite.servlet.config.UserAgent
-
Create a
Conditionasserting that the user-agent matches the given pattern. - matches(String, String) - Static method in class org.ocpsoft.rewrite.servlet.config.Header
-
Create a
Headercondition that matches against both header name and values. - matches(String, String) - Static method in class org.ocpsoft.rewrite.servlet.config.RequestParameter
-
Create a
Conditionthat matches against both request parameter names and values. - matchesAll(String, String) - Static method in class org.ocpsoft.rewrite.servlet.config.RequestParameter
- Method - Class in org.ocpsoft.rewrite.servlet.config
-
A
Conditionresponsible for asserting on theHttpServletRequest.getMethod()property. - mini - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- mobi - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- mobile - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- mylocom2 - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
O
- onChecksumFailure(Operation) - Method in class org.ocpsoft.rewrite.servlet.config.EncodeQuery
-
Operationto be performed when the currentChecksumStrategydetects an inbound checksum failure. - org.ocpsoft.rewrite.servlet.config - package org.ocpsoft.rewrite.servlet.config
- org.ocpsoft.rewrite.servlet.config.bind - package org.ocpsoft.rewrite.servlet.config.bind
- org.ocpsoft.rewrite.servlet.config.encodequery - package org.ocpsoft.rewrite.servlet.config.encodequery
- org.ocpsoft.rewrite.servlet.config.lifecycle - package org.ocpsoft.rewrite.servlet.config.lifecycle
- org.ocpsoft.rewrite.servlet.config.response - package org.ocpsoft.rewrite.servlet.config.response
- org.ocpsoft.rewrite.servlet.config.rule - package org.ocpsoft.rewrite.servlet.config.rule
P
- parameter(String) - Static method in class org.ocpsoft.rewrite.servlet.config.bind.RequestBinding
-
Create a
Bindingto theServletRequest.getParameterMap(). - parameterExists(String) - Static method in class org.ocpsoft.rewrite.servlet.config.Query
-
Create a
Conditionasserting the existence of specific parameter names within the currentAddress.getQuery() - params(String...) - Static method in class org.ocpsoft.rewrite.servlet.config.EncodeQuery
-
Create a new
EncodeQueryoperation for the given query-parameter names. - path(String) - Static method in class org.ocpsoft.rewrite.servlet.config.rule.Join
- Path - Class in org.ocpsoft.rewrite.servlet.config
-
A
Conditionthat inspects the value ofHttpServletRewrite#getRequestPath() - PathAndQuery - Class in org.ocpsoft.rewrite.servlet.config
-
A
Conditionthat inspects the value ofHttpServletRewrite.getAddress()path and query string. - pathNonBinding(String) - Static method in class org.ocpsoft.rewrite.servlet.config.rule.Join
- perform(Rewrite, EvaluationContext) - Method in class org.ocpsoft.rewrite.servlet.config.EncodeQuery
- perform(Rewrite, EvaluationContext) - Method in class org.ocpsoft.rewrite.servlet.config.rule.CDN
- perform(Rewrite, EvaluationContext) - Method in class org.ocpsoft.rewrite.servlet.config.rule.Join
- performHttp(HttpServletRewrite, EvaluationContext) - Method in class org.ocpsoft.rewrite.servlet.config.Forward
- performHttp(HttpServletRewrite, EvaluationContext) - Method in class org.ocpsoft.rewrite.servlet.config.Redirect
- performHttp(HttpServletRewrite, EvaluationContext) - Method in class org.ocpsoft.rewrite.servlet.config.SendStatus
- performHttp(HttpServletRewrite, EvaluationContext) - Method in class org.ocpsoft.rewrite.servlet.config.Substitute
- permanent(String) - Static method in class org.ocpsoft.rewrite.servlet.config.Redirect
-
Create an
Operationthat issues a permanentRedirect( 301HttpServletResponse.SC_MOVED_PERMANENTLY) to the given location. - priority() - Method in class org.ocpsoft.rewrite.servlet.config.lifecycle.JoinRewriteLifecycleListener
- proceed() - Static method in class org.ocpsoft.rewrite.servlet.config.Lifecycle
-
Create an
Operationthat callsServletRewrite.proceed()
Q
- qtembedded - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- Query - Class in org.ocpsoft.rewrite.servlet.config
-
A
Conditionthat inspects the value ofHttpServletRewrite#getRequestQueryString() - Query() - Constructor for class org.ocpsoft.rewrite.servlet.config.Query
R
- Redirect - Class in org.ocpsoft.rewrite.servlet.config
-
An
Operationthat performs redirects viaHttpInboundServletRewrite.redirectPermanent(String)andHttpInboundServletRewrite.redirectTemporary(String) - relocate(String) - Static method in class org.ocpsoft.rewrite.servlet.config.rule.CDN
- remove() - Static method in class org.ocpsoft.rewrite.servlet.config.rule.TrailingSlash
-
Create a new
TrailingSlashinstance that will remove trailing slashes from all matching request and rendered outputAddressinstances, if necessary. - removeChecksum(String) - Method in interface org.ocpsoft.rewrite.servlet.config.encodequery.ChecksumStrategy
-
Extract the checksum from the given token.
- removeChecksum(String) - Method in class org.ocpsoft.rewrite.servlet.config.encodequery.HashCodeChecksumStrategy
- Request - Class in org.ocpsoft.rewrite.servlet.config
-
Responsible for performing actions on the current
HttpServletRequest - Request() - Constructor for class org.ocpsoft.rewrite.servlet.config.Request
- RequestBinding - Class in org.ocpsoft.rewrite.servlet.config.bind
-
A
Bindingresponsible for storing and retrievingParametervalues in theServletRequest.setAttribute(String, Object)andServletRequest.getParameterMap()contexts. - RequestBinding() - Constructor for class org.ocpsoft.rewrite.servlet.config.bind.RequestBinding
- RequestParameter - Class in org.ocpsoft.rewrite.servlet.config
-
A
Conditionthat inspects values returned byServletRequest.getParameterMap() - required(String...) - Static method in class org.ocpsoft.rewrite.servlet.config.JAASRoles
-
Create a new
JAASRolescondition specifying the roles of which the current user must be a member for evaluation to returntrue. - Resource - Class in org.ocpsoft.rewrite.servlet.config
-
A
Conditionresponsible for determining existence of resources within theServletContext.getResourcePaths(String)of the servlet container. - Response - Class in org.ocpsoft.rewrite.servlet.config
-
Responsible for manipulating properties such as headers, cookies,
ResponseContentInterceptorandResponseStreamWrapperinstances to the currentHttpServletResponse - Response() - Constructor for class org.ocpsoft.rewrite.servlet.config.Response
S
- Scheme - Class in org.ocpsoft.rewrite.servlet.config
-
A
Conditionthat inspects the value ofServletRequest.getScheme() - SendStatus - Class in org.ocpsoft.rewrite.servlet.config
-
An
Operationresponsible for sending status codes viaHttpServletResponse.setStatus(int)andServletResponse.flushBuffer() - ServerPort - Class in org.ocpsoft.rewrite.servlet.config
-
A
Conditionresponsible for asserting on theServletRequest.getServerPort() - ServletMapping - Class in org.ocpsoft.rewrite.servlet.config
-
A
Conditionresponsible for comparing the currentAddressto Servlet Mappings defined in the currentServletContext. - Session - Class in org.ocpsoft.rewrite.servlet.config
-
Responsible for performing actions on the current
HttpSession - Session() - Constructor for class org.ocpsoft.rewrite.servlet.config.Session
- setAttribute(String, Object) - Static method in class org.ocpsoft.rewrite.servlet.config.Request
-
Creates an
HttpOperationthat callsServletRequest.setAttribute(String, Object)on the current request. - setAttribute(String, Object) - Static method in class org.ocpsoft.rewrite.servlet.config.Session
-
Creates an
HttpOperationthat callsHttpSession.setAttribute(String, Object)on the current session. - setCharacterEncoding(String) - Static method in class org.ocpsoft.rewrite.servlet.config.Request
-
Creates an
HttpOperationthat callsServletRequest.setCharacterEncoding(String)on the current request. - setCharacterEncoding(Charset) - Static method in class org.ocpsoft.rewrite.servlet.config.Request
-
Creates an
HttpOperationthat callsServletRequest.setCharacterEncoding(String)on the current request. - setContentType(String) - Static method in class org.ocpsoft.rewrite.servlet.config.Response
-
Create an
Operationthat sets the content type for theHttpServletResponse - setId(String) - Method in class org.ocpsoft.rewrite.servlet.config.rule.CDN
-
Set the id of this
Rule - setParameterStore(ParameterStore) - Method in class org.ocpsoft.rewrite.servlet.config.Domain
- setParameterStore(ParameterStore) - Method in class org.ocpsoft.rewrite.servlet.config.Forward
- setParameterStore(ParameterStore) - Method in class org.ocpsoft.rewrite.servlet.config.Header
- setParameterStore(ParameterStore) - Method in class org.ocpsoft.rewrite.servlet.config.Path
- setParameterStore(ParameterStore) - Method in class org.ocpsoft.rewrite.servlet.config.PathAndQuery
- setParameterStore(ParameterStore) - Method in class org.ocpsoft.rewrite.servlet.config.Redirect
- setParameterStore(ParameterStore) - Method in class org.ocpsoft.rewrite.servlet.config.RequestParameter
- setParameterStore(ParameterStore) - Method in class org.ocpsoft.rewrite.servlet.config.Resource
- setParameterStore(ParameterStore) - Method in class org.ocpsoft.rewrite.servlet.config.rule.CDN
- setParameterStore(ParameterStore) - Method in class org.ocpsoft.rewrite.servlet.config.rule.Join
- setParameterStore(ParameterStore) - Method in class org.ocpsoft.rewrite.servlet.config.Scheme
- setParameterStore(ParameterStore) - Method in class org.ocpsoft.rewrite.servlet.config.ServletMapping
- setParameterStore(ParameterStore) - Method in class org.ocpsoft.rewrite.servlet.config.Stream
- setParameterStore(ParameterStore) - Method in class org.ocpsoft.rewrite.servlet.config.Substitute
- setParameterStore(ParameterStore) - Method in class org.ocpsoft.rewrite.servlet.config.URL
- setStatus(int) - Static method in class org.ocpsoft.rewrite.servlet.config.Response
-
Create an
Operationthat sets the given status code viaHttpServletResponse.setStatus(int). - Stream - Class in org.ocpsoft.rewrite.servlet.config
-
An
Operationresponsible for streaming aFileon the host file-system to theServletResponse.getOutputStream(). - STREAM_KEY - Static variable in class org.ocpsoft.rewrite.servlet.config.response.GZipResponseStreamWrapper
- STREAM_KEY - Static variable in class org.ocpsoft.rewrite.servlet.config.Stream
- Substitute - Class in org.ocpsoft.rewrite.servlet.config
-
An
Operationresponsible for substituting an inbound or outboundAddresswith a replacement. - supportsRetrieval() - Method in class org.ocpsoft.rewrite.servlet.config.bind.RequestBinding
- supportsSubmission() - Method in class org.ocpsoft.rewrite.servlet.config.bind.RequestBinding
- svcDocomo - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- svcKddi - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- svcVodafone - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
T
- target - Variable in class org.ocpsoft.rewrite.servlet.config.Stream
- temporary(String) - Static method in class org.ocpsoft.rewrite.servlet.config.Redirect
-
Create an
Operationthat issues a temporaryRedirect( 302HttpServletResponse.SC_MOVED_TEMPORARILY) to the given location. - to(File) - Static method in class org.ocpsoft.rewrite.servlet.config.Stream
-
Create an
Operationthat duplicates content written toServletResponse.getOutputStream()and writes it to the givenFile. - to(String) - Method in class org.ocpsoft.rewrite.servlet.config.EncodeQuery
-
The name of the composite query-parameter to hold the encoded parameters.
- to(String) - Static method in class org.ocpsoft.rewrite.servlet.config.Forward
-
Create a new
Operationthat forwards the current request to the given location within the servlet container. - to(String) - Method in class org.ocpsoft.rewrite.servlet.config.rule.CDN
- to(String) - Method in interface org.ocpsoft.rewrite.servlet.config.rule.CDNRelocate
-
The new resource
Addressto serve as an externalSubstitutefor the configured internal resourcePath. - to(String) - Method in class org.ocpsoft.rewrite.servlet.config.rule.Join
- to(String) - Method in interface org.ocpsoft.rewrite.servlet.config.rule.JoinPath
-
The internal server resource
Addressto be served when the specifiedJoin.path(String)is requested. - toString() - Method in class org.ocpsoft.rewrite.servlet.config.DispatchType
- toString() - Method in class org.ocpsoft.rewrite.servlet.config.Domain
- toString() - Method in class org.ocpsoft.rewrite.servlet.config.EncodeQuery
- toString() - Method in class org.ocpsoft.rewrite.servlet.config.Forward
- toString() - Method in class org.ocpsoft.rewrite.servlet.config.JAASRoles
- toString() - Method in class org.ocpsoft.rewrite.servlet.config.Method
- toString() - Method in class org.ocpsoft.rewrite.servlet.config.rule.CDN
- toString() - Method in class org.ocpsoft.rewrite.servlet.config.rule.Join
- toString() - Method in class org.ocpsoft.rewrite.servlet.config.rule.TrailingSlash
- TrailingSlash - Class in org.ocpsoft.rewrite.servlet.config.rule
-
A
Rulethat creates a bi-directional rewrite rule handling appending or removal of the trailing slash character inAddresspaths. - TrailingSlash() - Constructor for class org.ocpsoft.rewrite.servlet.config.rule.TrailingSlash
U
- uplink - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- URL - Class in org.ocpsoft.rewrite.servlet.config
-
A
Conditionthat inspects the entire value of the currentAddress. - UserAgent - Class in org.ocpsoft.rewrite.servlet.config
-
A
Conditionthat inspects the value ofHttpServletRequest.getHeader(String)"User-Agent" - UserAgent() - Constructor for class org.ocpsoft.rewrite.servlet.config.UserAgent
- UserAgentUtil - Class in org.ocpsoft.rewrite.servlet.config
-
The DetectSmartPhone class encapsulates information about a browser's connection to your web site.
- UserAgentUtil(String, String) - Constructor for class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
-
Initialize the userAgent and httpAccept variables
V
- valueExists(String) - Static method in class org.ocpsoft.rewrite.servlet.config.Header
-
Create a
Headercondition that matches only against the existence of a header with value matching the given pattern. - valueExists(String) - Static method in class org.ocpsoft.rewrite.servlet.config.Query
-
Create a
Conditionasserting the existence of specific parameter values within the currentAddress.getQuery(). - valueExists(String) - Static method in class org.ocpsoft.rewrite.servlet.config.RequestParameter
-
Create a
Conditionthat matches only against the existence of a request parameter value matching the given pattern. - vndRIM - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- vndwap - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
W
- with(String) - Static method in class org.ocpsoft.rewrite.servlet.config.Substitute
-
Substitute the current
Addresswith the given location. - withChaining() - Method in class org.ocpsoft.rewrite.servlet.config.rule.Join
-
Enable the target of this
Join, specified byJoin.to(String), to be intercepted by theJoin.path(String)of anotherJoininstance. - withChecksumStrategy(ChecksumStrategy) - Method in class org.ocpsoft.rewrite.servlet.config.EncodeQuery
-
Use the given
ChecksumStrategywhen verifying and embedding checksums. - withEncodingStrategy(EncodingStrategy) - Method in class org.ocpsoft.rewrite.servlet.config.EncodeQuery
-
Use the given
EncodingStrategywhen performing encoding. - withId(String) - Method in class org.ocpsoft.rewrite.servlet.config.rule.TrailingSlash
-
Set the ID of this
TrailingSlashinstance. - withInboundCorrection() - Method in class org.ocpsoft.rewrite.servlet.config.rule.Join
-
Specifies that requests for the original internal resource path specified by
Join.to(String)will be redirected to the updated path specified byJoin.path(String). - withInboundCorrection(boolean) - Method in class org.ocpsoft.rewrite.servlet.config.EncodeQuery
-
Redirect inbound requests to an
Addresscontaining matching query-parameters to the encodedAddress. - withOutputInterceptedBy(ResponseContentInterceptor...) - Static method in class org.ocpsoft.rewrite.servlet.config.Response
-
Create an
Operationthat adds the givenResponseContentInterceptorinstances to the currentServletResponse. - withOutputStreamWrappedBy(ResponseStreamWrapper...) - Static method in class org.ocpsoft.rewrite.servlet.config.Response
-
Create an
Operationthat adds the givenResponseStreamWrapperinstances to the currentServletResponse. - withRequestBinding() - Method in class org.ocpsoft.rewrite.servlet.config.Path
-
Bind each path
Parameterto the corresponding request parameter by name. - withRequestBinding() - Method in class org.ocpsoft.rewrite.servlet.config.PathAndQuery
-
Bind each path
Parameterto the corresponding request parameter by name. - withRequestBinding() - Method in class org.ocpsoft.rewrite.servlet.config.URL
-
Bind each
Parametervalue of the currentAddressto the corresponding request parameter by name. - wml - Static variable in class org.ocpsoft.rewrite.servlet.config.UserAgentUtil
- wrap(HttpServletRewrite, OutputStream) - Method in class org.ocpsoft.rewrite.servlet.config.response.GZipResponseStreamWrapper
- write(byte...) - Static method in class org.ocpsoft.rewrite.servlet.config.Response
-
Create an
Operationthat writes the given bytes to the currentHttpServletResponseupon execution. - write(InputStream) - Static method in class org.ocpsoft.rewrite.servlet.config.Response
-
Create an
Operationthat writes the contents of the givenInputStreamcurrentHttpServletResponseupon execution. - write(Object) - Static method in class org.ocpsoft.rewrite.servlet.config.Response
-
Create an
Operationthat writes theStringvalue of the givenObjectto the currentHttpServletResponseupon execution.
All Classes and Interfaces|All Packages|Constant Field Values