|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zkoss.jsf.zul.impl.MessageFactory
public class MessageFactory
For handling default JSF Messages.
| Field Summary | |
|---|---|
static java.lang.String |
CONVERSION_MESSAGE_ID
|
static java.lang.String |
REQUIRED_MESSAGE_ID
|
| Constructor Summary | |
|---|---|
MessageFactory()
|
|
| Method Summary | |
|---|---|
static javax.faces.application.FacesMessage |
getMessage(javax.faces.context.FacesContext context,
java.lang.String messageid)
Get default message by message id |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String CONVERSION_MESSAGE_ID
public static final java.lang.String REQUIRED_MESSAGE_ID
| Constructor Detail |
|---|
public MessageFactory()
| Method Detail |
|---|
public static javax.faces.application.FacesMessage getMessage(javax.faces.context.FacesContext context,
java.lang.String messageid)
context - a FacesContext instancemessageid - the message id.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||