| java.lang.Object com.caucho.portal.generic.Constraint
Constraint | abstract public class Constraint (Code) | | |
Field Summary | |
final public static int | SC_EXCLUDE Return value for check(), indicates that the request cannot proceed
for the current portlet but other portlets can continue to be
processed. | final public static int | SC_FAIL Return value for check(), indicates that the request cannot proceed
for the current portlet. | final public static int | SC_FORBIDDEN Return value for check(), indicates that the client is not authorized
for the current portlet. | final public static int | SC_PASS |
Method Summary | |
abstract public int | check(PortletRequest request, PortletResponse response) |
SC_EXCLUDE | final public static int SC_EXCLUDE(Code) | | Return value for check(), indicates that the request cannot proceed
for the current portlet but other portlets can continue to be
processed.
|
SC_PASS | final public static int SC_PASS(Code) | | Return value for check(), indicates that the request can proceed
|
check | abstract public int check(PortletRequest request, PortletResponse response)(Code) | | |
|
|