org.webbitserver.helpers
Class QueryParameters

java.lang.Object
  extended by org.webbitserver.helpers.QueryParameters

public class QueryParameters
extends Object


Constructor Summary
QueryParameters(String query)
           
 
Method Summary
 List<String> all(String key)
           
 String first(String key)
           
 Set<String> keys()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryParameters

public QueryParameters(String query)
Method Detail

first

public String first(String key)

all

public List<String> all(String key)

keys

public Set<String> keys()


Copyright © 2012. All Rights Reserved.