|
||||||||||
| 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 |
encodeNodeName(FormatterContext context,
String externalName)
Converts an entity name to a jcr node name. |
| Method Detail |
|---|
String decodeNodeName(FormatterContext context,
String internalName)
context - the contextinternalName - the jcr node name
String encodeNodeName(FormatterContext context,
String externalName)
throws IllegalArgumentException,
NullPointerException
context - the contextexternalName - the entity name
IllegalArgumentException - if the name cannot be converted due to its nature
NullPointerException - if the name would convert to a value meaning nullity
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||