Package com.jk.web.faces.tags
Class JKTagAttributeWrapper
java.lang.Object
com.jk.web.faces.tags.JKTagAttributeWrapper
The Class JKTagAttributeWrapper.
-
Constructor Summary
ConstructorsConstructorDescriptionJKTagAttributeWrapper
(jakarta.faces.view.facelets.TagAttribute tagAttribute) Instantiates a new JK tag attribute wrapper.JKTagAttributeWrapper
(jakarta.faces.view.facelets.Tag tag, String name, String value) Instantiates a new JK tag attribute wrapper. -
Method Summary
Modifier and TypeMethodDescriptionjakarta.faces.view.facelets.TagAttribute
Builds the attribute.Gets the local name.jakarta.faces.view.Location
Gets the location.Gets the namespace.getqName()
Gets the q name.getValue()
Gets the value.void
setLocalName
(String localName) Sets the local name.void
setLocation
(jakarta.faces.view.Location location) Sets the location.void
setNamespace
(String namespace) Sets the namespace.void
Sets the q name.void
Sets the value.
-
Constructor Details
-
JKTagAttributeWrapper
Instantiates a new JK tag attribute wrapper.- Parameters:
tag
- the tagname
- the namevalue
- the value
-
JKTagAttributeWrapper
public JKTagAttributeWrapper(jakarta.faces.view.facelets.TagAttribute tagAttribute) Instantiates a new JK tag attribute wrapper.- Parameters:
tagAttribute
- the tag attribute
-
-
Method Details
-
buildAttribute
public jakarta.faces.view.facelets.TagAttribute buildAttribute()Builds the attribute.- Returns:
- the tag attribute
-
getLocalName
Gets the local name.- Returns:
- the local name
-
getLocation
public jakarta.faces.view.Location getLocation()Gets the location.- Returns:
- the location
-
getNamespace
Gets the namespace.- Returns:
- the namespace
-
getqName
Gets the q name.- Returns:
- the q name
-
getValue
Gets the value.- Returns:
- the value
-
setLocalName
Sets the local name.- Parameters:
localName
- the new local name
-
setLocation
public void setLocation(jakarta.faces.view.Location location) Sets the location.- Parameters:
location
- the new location
-
setNamespace
Sets the namespace.- Parameters:
namespace
- the new namespace
-
setqName
Sets the q name.- Parameters:
qName
- the new q name
-
setValue
Sets the value.- Parameters:
value
- the new value
-