|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ObjectFormatter
The object formatter defines an interface used to filter the naming of the jcr nodes and properties.
| Method Summary | |
|---|---|
String |
decodeNodeName(FormatterContext context,
String internalName)
Converts a jcr node name to an entity name. |
String |
decodePropertyName(FormatterContext context,
String internalName)
Converts a jcr property name to an entity property name. |
String |
encodeNodeName(FormatterContext context,
String externalName)
Converts an entity name to a jcr node name. |
String |
encodePropertyName(FormatterContext context,
String externalName)
Converts an entity property name to a jcr property name. |
| Method Detail |
|---|
String decodeNodeName(FormatterContext context,
String internalName)
context - the contextinternalName - the jcr node name
String encodeNodeName(FormatterContext context,
String externalName)
context - the contextexternalName - the entity name
String decodePropertyName(FormatterContext context,
String internalName)
context - the contextinternalName - the jcr property name
String encodePropertyName(FormatterContext context,
String externalName)
context - the contextexternalName - the entity property name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||