
Public Member Functions | |
| WOContext | context () |
| boolean | equals (Object _obj) |
| int | hashCode () |
| boolean | isExpired () |
| boolean | isOldPage () |
| String | key () |
| WOComponent | page () |
| void | setOldPage (boolean oldPage) |
| String | toString () |
| void | touch () |
| TransactionRecord (WOComponent page, WOContext context, String key) | |
Private Attributes | |
| WOContext | _context |
| String | _key |
| long | _lastModified |
| boolean | _oldPage |
| WOComponent | _page |
| TransactionRecord | ( | WOComponent | page, | |
| WOContext | context, | |||
| String | key | |||
| ) |
| WOContext context | ( | ) |
| boolean equals | ( | Object | _obj | ) |
| int hashCode | ( | ) |
| boolean isExpired | ( | ) |
| boolean isOldPage | ( | ) |
| String key | ( | ) |
| WOComponent page | ( | ) |
| void setOldPage | ( | boolean | oldPage | ) |
| String toString | ( | ) |
| void touch | ( | ) |
WOContext _context [private] |
long _lastModified [private] |
boolean _oldPage [private] |
WOComponent _page [private] |
1.5.8