|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.4) E14255-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AttributeResolver<V>
| Method Summary | |
|---|---|
V |
resolveAttribute(AttributeContext context)
Resolves an object based on the provided AttributeContext. |
void |
resolveAttribute(AttributeContext context,
Writer writer)
Resolves an object and writes its value to the provided java.io.Writer. |
String |
resolveAttributeToString(AttributeContext context)
Returns the string value specified by attributes in AttributeContext |
| Method Detail |
|---|
V resolveAttribute(AttributeContext context)
If propertyName is null, the default primary
property value will be returned.
context - The AttributeContext to use when resolving this attribute.
void resolveAttribute(AttributeContext context,
Writer writer)
java.io.Writer.
If propertyName is null, the default primary
property value will be written to the java.io.Writer.
context - The writer - The java.io.Writer to write the property value to.String resolveAttributeToString(AttributeContext context)
AttributeContext
context - AttributeContext to retrieve context attributes from.
java.lang.String version of the Object returned from
resolveAttribute(context)
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.4) E14255-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||