Class DefaultDisplayNameFormatter

java.lang.Object
io.milton.http.webdav.DefaultDisplayNameFormatter
All Implemented Interfaces:
DisplayNameFormatter

public class DefaultDisplayNameFormatter extends Object implements 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 Details

    • DefaultDisplayNameFormatter

      public DefaultDisplayNameFormatter()
  • Method Details