@Named @ViewScoped public class PrettyPrintShowcase extends AbstractCodeShowcase implements Serializable
| Constructor and Description |
|---|
PrettyPrintShowcase() |
| Modifier and Type | Method and Description |
|---|---|
void |
buildCodeExamples(List<AbstractCodeExample> codeExamples) |
String |
getContent() |
String |
getLanguage() |
PrettyPrintType |
getPrettyPrintType() |
List<EnumTreeBoxWrapper> |
getPrettyPrintTypes() |
void |
setPrettyPrintType(PrettyPrintType prettyPrintType) |
getCodeExamples, isDisabled, isRendered, setDisabled, setRenderedpublic void buildCodeExamples(List<AbstractCodeExample> codeExamples)
buildCodeExamples in class AbstractCodeShowcasepublic String getContent()
public String getLanguage()
public List<EnumTreeBoxWrapper> getPrettyPrintTypes()
public PrettyPrintType getPrettyPrintType()
public void setPrettyPrintType(PrettyPrintType prettyPrintType)
Copyright © 2021. All rights reserved.