Uses of Class
org.ocpsoft.rewrite.servlet.config.rule.Join
Packages that use Join
-
Uses of Join in org.ocpsoft.rewrite.servlet.config.rule
Methods in org.ocpsoft.rewrite.servlet.config.rule that return JoinModifier and TypeMethodDescriptionstatic JoinJoin.getCurrentJoin(HttpServletRequest request) Retrieve theJointhat was invoked on the currentHttpServletRequest; if noJoinwas invoked, returnnull.The internal server resourceAddressto be served when the specifiedpath(String)is requested.Join.withChaining()Enable the target of thisJoin, specified byto(String), to be intercepted by thepath(String)of anotherJoininstance.Join.withInboundCorrection()Specifies that requests for the original internal resource path specified byto(String)will be redirected to the updated path specified bypath(String).