Gets the current capture level.
Will be one of:
null
- No capture in progresspage
- Fastest: capturing page meta data only.meta
- Capturing page and content meta data, but no body content.body
- Capturing page and content meta data as well as all body content.
Example
${core:getCaptureLevel()}
Function Information
Function Class: | com.semanticcms.core.taglib.Functions |
---|---|
Function Signature: | java.lang.String getCaptureLevel() |
Display Name: | None |