Class ApiDoc
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
cn.mapway.document.ui.client.module.ApiDoc
public class ApiDoc
extends com.google.gwt.core.client.JavaScriptObject
JSON 对象.
- Author:
- zhangjianshe
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringsfinal Stringauthor()作者.final StringbasePath()接口访问的基地址.final StringWordUrl.final StringcssStyle()style information.final StringAPI 的整体说明文档.final Stringdomain()WordUrl.final com.google.gwt.core.client.JsArray<JarInfo>Gets the downloadsssfinal StringhomeUrl()sfinal Stringlink()API关联网址.final Stringlogo()logo.final Grouproot()API分组的根节点.final Stringservlet Pathfinal Stringsummary()API简介.final Stringtitle()标题.final Stringversion()API版本.final StringwordUrl()WordUrl.Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
-
Constructor Details
-
ApiDoc
protected ApiDoc()Instantiates a new api doc.
-
-
Method Details
-
author
作者.- Returns:
- the string
-
title
标题.- Returns:
- the string
-
version
API版本.- Returns:
- the string
-
link
API关联网址.- Returns:
- the string
-
summary
API简介.- Returns:
- the string
-
description
API 的整体说明文档.- Returns:
- the string
-
basePath
接口访问的基地址.- Returns:
- the string
-
root
API分组的根节点.- Returns:
- the group
-
wordUrl
WordUrl.- Returns:
- the group
-
domain
WordUrl.- Returns:
- the group
-
logo
logo.- Returns:
- the group
-
copyright
WordUrl.- Returns:
- the group
-
getDownloads
Gets the downloadsss- Returns:
- the downloads
-
apiVersion
s- Returns:
- string
-
homeUrl
s- Returns:
- string
-
cssStyle
style information.- Returns:
- string
-
servletPath
servlet Path- Returns:
- string
-