Class CookiePatternRule
java.lang.Object
org.eclipse.jetty.rewrite.handler.Rule
org.eclipse.jetty.rewrite.handler.PatternRule
org.eclipse.jetty.rewrite.handler.CookiePatternRule
Sets the cookie in the response whenever the rule finds a match.
- See Also:
-
Cookie
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.jetty.rewrite.handler.Rule
Rule.ApplyURI -
Field Summary
Fields inherited from class org.eclipse.jetty.rewrite.handler.PatternRule
_patternFields inherited from class org.eclipse.jetty.rewrite.handler.Rule
_handling, _terminating -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.jetty.rewrite.handler.PatternRule
getPattern, matchAndApply, setPatternMethods inherited from class org.eclipse.jetty.rewrite.handler.Rule
isHandling, isTerminating, setHandling, setTerminating
-
Constructor Details
-
CookiePatternRule
public CookiePatternRule() -
CookiePatternRule
-
-
Method Details
-
setName
Assigns the cookie name.- Parameters:
name- aStringspecifying the name of the cookie.
-
setValue
Assigns the cookie value.- Parameters:
value- aStringspecifying the value of the cookie- See Also:
-
Cookie.setValue(String)
-
apply
public String apply(String target, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) throws IOException Description copied from class:PatternRuleApply the rule to the request- Specified by:
applyin classPatternRule- Parameters:
target- field to attempt matchrequest- request objectresponse- response object- Returns:
- The target (possible updated)
- Throws:
IOException- exceptions dealing with operating on request or response objects
-
toString
Returns the cookie contents.- Overrides:
toStringin classPatternRule
-