public class KMappings
extends java.lang.Object
Constructor and Description |
---|
KMappings() |
Modifier and Type | Method and Description |
---|---|
void |
add(KMapping mapping) |
KMapping |
getFirstMatches(javax.servlet.http.HttpServletRequest request) |
void |
process(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
KMapping |
remove(int index) |
boolean |
remove(KMapping mapping) |
public void add(KMapping mapping)
public KMapping remove(int index)
public boolean remove(KMapping mapping)
public KMapping getFirstMatches(javax.servlet.http.HttpServletRequest request)
public void process(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)