org.xwiki.display.internal
Interface DisplayConfiguration

All Known Implementing Classes:
DefaultDisplayConfiguration

@Role
public interface DisplayConfiguration

Configuration properties for the display module.

Since:
3.2M3

Method Summary
 String getDocumentDisplayerHint()
           
 int getTitleHeadingDepth()
           
 

Method Detail

getDocumentDisplayerHint

String getDocumentDisplayerHint()
Returns:
the DocumentDisplayer hint

getTitleHeadingDepth

int getTitleHeadingDepth()
Returns:
the maximum heading depth to look for when computing a document's title from its content. If no heading with a level equal or lower to the specified depth is found then the computed title falls back to the document name.