public abstract class ScriptedPageProcessor extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
level |
protected String |
title |
Constructor and Description |
---|
ScriptedPageProcessor(String title,
int level) |
Modifier and Type | Method and Description |
---|---|
String |
genlevel() |
String |
process(String content) |
protected String |
processCommand(String command,
String[] com) |
public ScriptedPageProcessor(String title, int level)
Copyright © 2014–2021 Health Level 7. All rights reserved.