|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.lenya.ac.ItemUtil
public class ItemUtil
Utility class for access control items.
Constructor Summary | |
---|---|
ItemUtil()
|
Method Summary | |
---|---|
static boolean |
isValidEmail(java.lang.String email)
Checks if a string is a valid e-mail address. |
static boolean |
isValidId(java.lang.String id)
Checks if a string is a valid ID. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ItemUtil()
Method Detail |
---|
public static boolean isValidId(java.lang.String id)
id
- The string to test.
public static boolean isValidEmail(java.lang.String email)
email
- The string.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |