From 33613a85afc4b1481367fbe92a17ee59c240250b Mon Sep 17 00:00:00 2001 From: Sven Eisenhauer Date: Fri, 10 Nov 2023 15:11:48 +0100 Subject: add new repo --- .../quasar/client/jsf/embedding/URIResolver.html | 331 +++++++++++++++++++++ 1 file changed, 331 insertions(+) create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/embedding/URIResolver.html (limited to 'Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/embedding/URIResolver.html') diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/embedding/URIResolver.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/embedding/URIResolver.html new file mode 100644 index 0000000..6fffe9f --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/jsf/embedding/URIResolver.html @@ -0,0 +1,331 @@ + + + + + + +URIResolver (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.jsf.embedding +
+Class URIResolver

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.jsf.embedding.URIResolver
+
+
+
All Implemented Interfaces:
KeywordResolver
+
+
+
+
public class URIResolver
extends java.lang.Object
implements KeywordResolver
+ +

+The URIResolver resolves a given keyword + by providing a given object. The object may be a bean or a map + or anything JSF may resolve in the next resolve step. +

+ +

+

+
Author:
+
Marc Jäckle
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
URIResolver(java.lang.String keyword, + DialogInstanceId dialogInstanceId) + +
+           
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleancanResolve(java.lang.String keyword) + +
+          Checks, if this resolver is responsible to resolve the given keyword
+ java.lang.ClassgetResolvedType(java.lang.String keyword) + +
+           
+ java.lang.Objectresolve(java.lang.String keyword) + +
+          Performs the resolve step according to the keyword. +
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+URIResolver

+
+public URIResolver(java.lang.String keyword,
+                   DialogInstanceId dialogInstanceId)
+
+
Parameters:
keyword - the keyword, resolved with this resolver
dialogInstanceId - the dialog instance Id, this resolver works for
+ + + + + + + + +
+Method Detail
+ +

+canResolve

+
+public boolean canResolve(java.lang.String keyword)
+
+
Description copied from interface: KeywordResolver
+
Checks, if this resolver is responsible to resolve the given keyword +

+

+
Specified by:
canResolve in interface KeywordResolver
+
+
+
Parameters:
keyword - the keywort to be resolved +
Returns:
true, if the given keyword can be resolved
+
+
+
+ +

+getResolvedType

+
+public java.lang.Class getResolvedType(java.lang.String keyword)
+
+
+
Specified by:
getResolvedType in interface KeywordResolver
+
+
+
Parameters:
keyword - the keyword to be resolve +
Returns:
the class of the resolved object
+
+
+
+ +

+resolve

+
+public java.lang.Object resolve(java.lang.String keyword)
+
+
Description copied from interface: KeywordResolver
+
Performs the resolve step according to the keyword. + The Result may be +
    +
  • an other KeywordResolver to do the next resolve step
  • +
  • a {link ValueResolver for value binding to resolve a value
  • +
  • an {link ActionResolver for action binding to resolve an action
  • +
  • an object that will be resolved further by JSF, e.g. a bean or a map
  • +
+

+

+
Specified by:
resolve in interface KeywordResolver
+
+
+
Parameters:
keyword - the keyword to be resolve +
Returns:
the resolved object
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3