org.zkoss.zk.mesg
Interface MZk

All Superinterfaces:
MessageConst

public interface MZk
extends MessageConst


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.zkoss.mesg.MessageConst
MessageConst.Aide, MessageConst.BundleInfo
 
Field Summary
static int ILLEGAL_REQUEST_COMPONENT_REQUIRED
           
static int ILLEGAL_REQUEST_WRONG_DATA
           
static int MESSAGE_ID
           
static int NOT_FOUND
           
static int PAGE_FAILED
           
static int PAGE_NOT_FOUND
           
static int PORTLET_PAGE_REQUIRED
           
static int RESUME_FAILED
           
static int TOO_MANY_REQUESTS
           
static int TOO_MANY_SUSPENDED
           
static int UPDATE_OBSOLETE_PAGE
           
 
Fields inherited from interface org.zkoss.mesg.MessageConst
NULL_CODE
 

Field Detail

MESSAGE_ID

static final int MESSAGE_ID

PAGE_NOT_FOUND

static final int PAGE_NOT_FOUND

PORTLET_PAGE_REQUIRED

static final int PORTLET_PAGE_REQUIRED

PAGE_FAILED

static final int PAGE_FAILED

UPDATE_OBSOLETE_PAGE

static final int UPDATE_OBSOLETE_PAGE

RESUME_FAILED

static final int RESUME_FAILED

ILLEGAL_REQUEST_COMPONENT_REQUIRED

static final int ILLEGAL_REQUEST_COMPONENT_REQUIRED

ILLEGAL_REQUEST_WRONG_DATA

static final int ILLEGAL_REQUEST_WRONG_DATA

NOT_FOUND

static final int NOT_FOUND

TOO_MANY_SUSPENDED

static final int TOO_MANY_SUSPENDED

TOO_MANY_REQUESTS

static final int TOO_MANY_REQUESTS


Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo