rewrite-impl-servlet 1.0.2.Final

Uses of Class
org.ocpsoft.rewrite.servlet.config.Header

Packages that use Header
org.ocpsoft.rewrite.servlet.config   
 

Uses of Header in org.ocpsoft.rewrite.servlet.config
 

Methods in org.ocpsoft.rewrite.servlet.config that return Header
static Header Header.exists(java.lang.String name)
          Return a Header condition that matches only against the existence of a header with a name matching the given pattern.
static Header Header.matches(java.lang.String name, java.lang.String value)
          Return a Header condition that matches against both header name and values.
static Header Header.valueExists(java.lang.String value)
          Return a Header condition that matches only against the existence of a header with value matching the given pattern.
 


rewrite-impl-servlet 1.0.2.Final

Copyright © 2012 OCPsoft. All Rights Reserved.