Package io.milton.http.webdav
Class DefaultDisplayNameFormatter
java.lang.Object
io.milton.http.webdav.DefaultDisplayNameFormatter
- All Implemented Interfaces:
DisplayNameFormatter
An implementation of DisplayNameFormatter which just uses the resource
getName() as the display name.
May be used in conjunction with CdataDisplayNameFormatter to support extended
character sets.
- Author:
- brad
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGenerate the exact text to appear inside display name elements.
-
Constructor Details
-
DefaultDisplayNameFormatter
public DefaultDisplayNameFormatter()
-
-
Method Details
-
formatDisplayName
Description copied from interface:DisplayNameFormatterGenerate the exact text to appear inside display name elements. No further encoding of this text is applied when generating the xml.- Specified by:
formatDisplayNamein interfaceDisplayNameFormatter- Returns:
-