public final class ViewUtils extends Object
View
s.Modifier and Type | Method and Description |
---|---|
static Collection<View> |
getAllViews() |
static net.sf.json.JSONArray |
getAllViewsAsJsonArray() |
static View |
getView() |
protected static View |
getView(org.kohsuke.stapler.StaplerRequest currentRequest) |
protected static net.sf.json.JSONObject |
toJSONObject(String displayName,
String url,
int idx) |
static net.sf.json.JSONObject |
toJSONObject(View view,
int idx) |
public static Collection<View> getAllViews()
public static net.sf.json.JSONArray getAllViewsAsJsonArray()
public static View getView()
protected static View getView(org.kohsuke.stapler.StaplerRequest currentRequest)
protected static net.sf.json.JSONObject toJSONObject(String displayName, String url, int idx)
public static net.sf.json.JSONObject toJSONObject(View view, int idx)
Copyright © 2016–2019. All rights reserved.