com.xpn.xwiki.internal.sheet
Class DocumentSheetBinder

java.lang.Object
  extended by com.xpn.xwiki.internal.sheet.AbstractSheetBinder
      extended by com.xpn.xwiki.internal.sheet.DocumentSheetBinder
All Implemented Interfaces:
Initializable, SheetBinder

@Component
@Named(value="document")
@Singleton
public class DocumentSheetBinder
extends AbstractSheetBinder

Binds sheets to XWiki documents using the XWiki.DocumentSheetBinding class. Use this class if you want to bind a custom sheet for a specific document.

Since:
3.2M3

Constructor Summary
DocumentSheetBinder()
           
 
Method Summary
protected  String getSheetBindingClass()
           
 
Methods inherited from class com.xpn.xwiki.internal.sheet.AbstractSheetBinder
bind, getDocuments, getSheets, initialize, unbind
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentSheetBinder

public DocumentSheetBinder()
Method Detail

getSheetBindingClass

protected String getSheetBindingClass()
Specified by:
getSheetBindingClass in class AbstractSheetBinder
Returns:
the string reference of the class used to bind sheets to documents