Uses of Class
org.apache.juneau.objecttools.ViewArgs
Packages that use ViewArgs
-
Uses of ViewArgs in org.apache.juneau.objecttools
Methods in org.apache.juneau.objecttools that return ViewArgsModifier and TypeMethodDescriptionstatic ViewArgs
Static creator.static ViewArgs
Static 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 aViewArgs
object.