|
|||||||||
| Home >> All >> com >> obinary >> cms >> [ admin overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.obinary.cms.admin
Class Listener

java.lang.Objectcom.obinary.cms.admin.Listener
- public class Listener
- extends java.lang.Object
Listener could be used to check for the request source/types and match it with the allowed sources and types This is helpful in restricting any authoring or publishing from unwanted sources
| Constructor Summary | |
Listener()
|
|
| Method Summary | |
static boolean |
isAllowed(javax.servlet.http.HttpServletRequest req)
weather current request have proper access of the method requested |
private static boolean |
isIPAllowed(javax.servlet.http.HttpServletRequest req)
weather IP is in the available listener list OR "*" |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
Listener
public Listener()
| Method Detail |
isAllowed
public static boolean isAllowed(javax.servlet.http.HttpServletRequest req)
weather current request have proper access of the method requested
isIPAllowed
private static boolean isIPAllowed(javax.servlet.http.HttpServletRequest req)
weather IP is in the available listener list OR "*"
|
|||||||||
| Home >> All >> com >> obinary >> cms >> [ admin overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.obinary.cms.admin.Listener