org.qi4j.library.http
Class Servlets.ConstraintAssembler

java.lang.Object
  extended by org.qi4j.library.http.Servlets.ConstraintAssembler
Enclosing class:
Servlets

public static class Servlets.ConstraintAssembler
extends java.lang.Object


Method Summary
 Servlets.ConstraintAssembler butNotOn(ConstraintInfo.HttpMethod... omittedHttpMethods)
           
 Servlets.ConstraintAssembler by(ConstraintInfo.Constraint constraint)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

by

public Servlets.ConstraintAssembler by(ConstraintInfo.Constraint constraint)

butNotOn

public Servlets.ConstraintAssembler butNotOn(ConstraintInfo.HttpMethod... omittedHttpMethods)