public static interface AttributeResolver.AttributePublisher
Modifier and Type | Interface and Description |
---|---|
static interface |
AttributeResolver.AttributePublisher.AttributeValue |
Modifier and Type | Method and Description |
---|---|
AttributeResolver.AttributePublisher.AttributeValue |
buildBase64(java.lang.String value) |
AttributeResolver.AttributePublisher.AttributeValue |
buildBoolean(boolean value) |
AttributeResolver.AttributePublisher.AttributeValue |
buildDateTime(java.util.Date value) |
AttributeResolver.AttributePublisher.AttributeValue |
buildInt(int value) |
AttributeResolver.AttributePublisher.AttributeValue |
buildString(java.lang.String value) |
AttributeResolver.AttributePublisher.AttributeValue |
buildURI(java.net.URI value) |
void |
publish(java.lang.String name,
AttributeResolver.AttributePublisher.AttributeValue... attributeValues) |
void |
publish(java.lang.String name,
java.lang.String nameFormat,
AttributeResolver.AttributePublisher.AttributeValue... attributeValues) |
void |
publish(java.lang.String name,
java.lang.String friendlyName,
java.lang.String nameFormat,
AttributeResolver.AttributePublisher.AttributeValue... attributeValues) |
AttributeResolver.AttributePublisher.AttributeValue buildBase64(java.lang.String value)
AttributeResolver.AttributePublisher.AttributeValue buildBoolean(boolean value)
AttributeResolver.AttributePublisher.AttributeValue buildDateTime(java.util.Date value)
AttributeResolver.AttributePublisher.AttributeValue buildInt(int value)
AttributeResolver.AttributePublisher.AttributeValue buildString(java.lang.String value)
AttributeResolver.AttributePublisher.AttributeValue buildURI(java.net.URI value)
void publish(java.lang.String name, AttributeResolver.AttributePublisher.AttributeValue... attributeValues)
void publish(java.lang.String name, java.lang.String nameFormat, AttributeResolver.AttributePublisher.AttributeValue... attributeValues)
void publish(java.lang.String name, java.lang.String friendlyName, java.lang.String nameFormat, AttributeResolver.AttributePublisher.AttributeValue... attributeValues)