rewrite-config-servlet 2.0.0.Beta3

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(String name)
          Create a Header condition that matches only against the existence of a header with a name matching the given pattern.
static Header Header.matches(String name, String value)
          Create a Header condition that matches against both header name and values.
static Header Header.valueExists(String value)
          Create a Header condition that matches only against the existence of a header with value matching the given pattern.
 


rewrite-config-servlet 2.0.0.Beta3

Copyright © 2013 OCPsoft. All Rights Reserved.