Uses of Class
org.apache.juneau.objecttools.ViewArgs
Packages that use ViewArgs
Package
Description
Java Object Tools
REST HTTP Parts
-
Uses of ViewArgs in org.apache.juneau.objecttools
Methods in org.apache.juneau.objecttools that return ViewArgsModifier and TypeMethodDescriptionstatic ViewArgsStatic creator.static ViewArgsStatic creator.Methods in org.apache.juneau.objecttools with parameters of type ViewArgsModifier and TypeMethodDescriptionObjectViewer.run(BeanSession session, Object input, ViewArgs args) -
Uses of ViewArgs in org.apache.juneau.rest.httppart
Methods in org.apache.juneau.rest.httppart that return types with arguments of type ViewArgsModifier and TypeMethodDescriptionRequestQueryParams.getViewArgs()Locates the view query argument (&v=) in the query string and returns them as aViewArgsobject.