org.apache.myfaces.logging
Class MyfacesLogMessage
java.lang.Object
javax.faces.application.FacesMessage
org.apache.myfaces.logging.MyfacesLogMessage
- All Implemented Interfaces:
- Serializable
public class MyfacesLogMessage
- extends FacesMessage
Normal logging or/and exception handling works with one String message (like Throwable.getMessage()
.
The purpose of this class is to provide object oriented representation of message - useful properties can be added later.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MyfacesLogMessage
public MyfacesLogMessage()
getRelated
public String getRelated()
setRelated
public void setRelated(String related)
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.