public class SockjsServiceProxyJSGenerator extends Generator<ProxyModel>
env, incremental, kinds, name| Modifier and Type | Method and Description |
|---|---|
Collection<Class<? extends Annotation>> |
annotations() |
String |
filename(ProxyModel model) |
protected void |
genLicenses(PrintWriter writer) |
protected String |
getJSDocType(TypeInfo type)
Generate the JSDoc type of a type
|
String |
render(ProxyModel model,
int index,
int size,
Map<String,Object> session) |
protected String |
renderLinkToHtml(Tag.Link link)
Render a tag link to an html link, this function is used as parameter of the
renderDocToHtml function when it needs to render tag links.
|
public String filename(ProxyModel model)
filename in class Generator<ProxyModel>public String render(ProxyModel model, int index, int size, Map<String,Object> session)
render in class Generator<ProxyModel>public Collection<Class<? extends Annotation>> annotations()
annotations in class Generator<ProxyModel>protected void genLicenses(PrintWriter writer)
protected String renderLinkToHtml(Tag.Link link)
Copyright © 2024 Eclipse. All rights reserved.