Uses of Class
org.shredzone.commons.view.manager.ViewPattern
-
Packages that use ViewPattern Package Description org.shredzone.commons.view.manager -
-
Uses of ViewPattern in org.shredzone.commons.view.manager
Methods in org.shredzone.commons.view.manager that return ViewPattern Modifier and Type Method Description ViewPattern
ViewManager. getViewPatternForSignature(Signature signature, String qualifier)
Returns theViewPattern
that handles the givenSignature
.Methods in org.shredzone.commons.view.manager that return types with arguments of type ViewPattern Modifier and Type Method Description Collection<ViewPattern>
ViewManager. getViewPatterns()
Returns a collection of all definedViewPattern
.Collection<ViewPattern>
ViewManager. getViewPatternsForView(String view, String qualifier)
Returns a collection ofViewPattern
that were defined for the given view.Methods in org.shredzone.commons.view.manager with parameters of type ViewPattern Modifier and Type Method Description int
ViewPattern. compareTo(ViewPattern o)
-