public class WidgetScreen extends Object
| 构造器和说明 |
|---|
WidgetScreen(WidgetDirective directive,
org.apache.velocity.runtime.parser.node.Node node,
org.apache.velocity.context.InternalContextAdapter context) |
| 限定符和类型 | 方法和说明 |
|---|---|
WidgetDirective |
getDirective() |
Widget |
getWidget(Object constraints) |
VelocityContext |
getWidgetContext() |
VelocityContext |
getWidgetContext(org.apache.velocity.runtime.parser.node.Node node) |
void |
render(Writer writer) |
String |
toString() |
public WidgetScreen(WidgetDirective directive, org.apache.velocity.runtime.parser.node.Node node, org.apache.velocity.context.InternalContextAdapter context)
public WidgetDirective getDirective()
public VelocityContext getWidgetContext()
public VelocityContext getWidgetContext(org.apache.velocity.runtime.parser.node.Node node)
public void render(Writer writer) throws IOException, org.apache.velocity.exception.ResourceNotFoundException, org.apache.velocity.exception.ParseErrorException, org.apache.velocity.exception.MethodInvocationException
IOExceptionorg.apache.velocity.exception.ResourceNotFoundExceptionorg.apache.velocity.exception.ParseErrorExceptionorg.apache.velocity.exception.MethodInvocationExceptionCopyright © 2024. All rights reserved.