|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xwiki.model.internal.reference.DefaultStringEntityReferenceSerializer
org.xwiki.model.internal.reference.LocalStringEntityReferenceSerializer
DefaultStringEntityReferenceSerializer should be used instead
@Deprecated @Component(value="local") public class LocalStringEntityReferenceSerializer
Generate a string representation of an entity reference but without the wiki reference name specified (eg "space.page" for a document reference). This is an implementation use for backward compatibility only and it should be dropped in the future since there's no reason to not output the wiki name systematically (usually we don't want to print it but only if it's the same as the current wiki).
| Constructor Summary | |
|---|---|
LocalStringEntityReferenceSerializer()
Deprecated. |
|
| Method Summary | |
|---|---|
protected void |
serializeEntityReference(EntityReference currentReference,
java.lang.StringBuilder representation,
boolean isLastReference,
java.lang.Object... parameters)
Deprecated. Serialize a reference element. |
| Methods inherited from class org.xwiki.model.internal.reference.DefaultStringEntityReferenceSerializer |
|---|
serialize |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LocalStringEntityReferenceSerializer()
| Method Detail |
|---|
protected void serializeEntityReference(EntityReference currentReference,
java.lang.StringBuilder representation,
boolean isLastReference,
java.lang.Object... parameters)
serializeEntityReference in class DefaultStringEntityReferenceSerializercurrentReference - the reference to serializerepresentation - the builder where to happen the serialized memberisLastReference - indicate if it's the last member of the refenceparameters - optional parametersDefaultStringEntityReferenceSerializer.serializeEntityReference(org.xwiki.model.reference.EntityReference, java.lang.StringBuilder, boolean, java.lang.Object...)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||