|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.buildtools.maven2.plugin.faces.parse.ObjectBean
public class ObjectBean
ObjectBean is the base class for all parsed beans.
Constructor Summary | |
---|---|
ObjectBean()
Creates a new ObjectBean. |
Method Summary | |
---|---|
protected void |
attach(FacesConfigBean owner)
Attaches the object. |
protected FacesConfigBean |
getOwner()
|
boolean |
isModifiedSince(long timestamp)
Returns true if this faces config document has been modified since the specified timestamp. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ObjectBean()
Method Detail |
---|
public boolean isModifiedSince(long timestamp)
timestamp
- the timestamp in UTC millis
protected FacesConfigBean getOwner()
protected void attach(FacesConfigBean owner)
owner
- the faces config owner
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |