Uses of Class
org.shredzone.commons.view.Signature
-
Packages that use Signature Package Description org.shredzone.commons.view org.shredzone.commons.view.manager -
-
Uses of Signature in org.shredzone.commons.view
Methods in org.shredzone.commons.view that return Signature Modifier and Type Method Description Signature
AbstractPathContext. getSignature()
Signature
PathContext. getSignature()
Gets aSignature
for thisPathContext
. -
Uses of Signature in org.shredzone.commons.view.manager
Methods in org.shredzone.commons.view.manager that return Signature Modifier and Type Method Description Signature
ViewPattern. getSignature()
Gets the signature stored in thisViewPattern
.Methods in org.shredzone.commons.view.manager with parameters of type Signature Modifier and Type Method Description ViewPattern
ViewManager. getViewPatternForSignature(Signature signature, String qualifier)
Returns theViewPattern
that handles the givenSignature
.
-