|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.enterprise.util.net.URLPattern
public class URLPattern
| Constructor Summary | |
|---|---|
URLPattern()
|
|
| Method Summary | |
|---|---|
static boolean |
containsCRorLF(java.lang.String urlPattern)
This method is used to check whether a url pattern contains a CR(#xD) or LF (#xA). |
static boolean |
isValid(java.lang.String urlPattern)
This method is used to check the validity of url pattern according to the spec. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public URLPattern()
| Method Detail |
|---|
public static boolean isValid(java.lang.String urlPattern)
urlPattern - the url pattern
public static boolean containsCRorLF(java.lang.String urlPattern)
urlPattern - the url pattern (must not be null)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||