|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DateAttribute | |
---|---|
org.wso2.balana.attr | Contains many of the classes related to attributes and attribute retrieval. |
org.wso2.balana.ctx | All of the classes that support the context schema are in this package. |
Uses of DateAttribute in org.wso2.balana.attr |
---|
Methods in org.wso2.balana.attr that return DateAttribute | |
---|---|
static DateAttribute |
DateAttribute.getInstance(Node root)
Returns a new DateAttribute that represents the xs:date at a particular DOM
node. |
static DateAttribute |
DateAttribute.getInstance(String value)
Returns a new DateAttribute that represents the xs:date value indicated by the
string provided. |
Uses of DateAttribute in org.wso2.balana.ctx |
---|
Fields in org.wso2.balana.ctx declared as DateAttribute | |
---|---|
protected DateAttribute |
BasicEvaluationCtx.currentDate
the cached current date, time, and date time, which we may or may not be using depending on how this object was constructed |
Methods in org.wso2.balana.ctx that return DateAttribute | |
---|---|
DateAttribute |
EvaluationCtx.getCurrentDate()
Returns the value for the current date as known by the PDP (if this value was also supplied in the Request, this will generally be a different value). |
DateAttribute |
BasicEvaluationCtx.getCurrentDate()
Returns the value for the current date. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |