Class CmsVfsFileWidget.SearchTypesFactory

  • All Implemented Interfaces:
    org.apache.commons.collections.Factory
    Enclosing class:
    CmsVfsFileWidget

    protected class CmsVfsFileWidget.SearchTypesFactory
    extends java.lang.Object
    implements org.apache.commons.collections.Factory
    Macro resolver factory to get the default searchable types.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object create()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • create

        public java.lang.Object create()
        Specified by:
        create in interface org.apache.commons.collections.Factory
        See Also:
        Factory.create()