Uses of Interface
com.liferay.portal.kernel.xml.QName
Packages that use QName
Package
Description
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
This package defines the kernel portlet interfaces and classes.
-
Uses of QName in com.liferay.portal.kernel.model
Methods in com.liferay.portal.kernel.model that return QNameModifier and TypeMethodDescriptionPortlet.getProcessingEvent
(String uri, String localPart) Returns the processing event from a namespace URI and a local part.PortletWrapper.getProcessingEvent
(String uri, String localPart) Returns the processing event from a namespace URI and a local part.EventDefinition.getQName()
PublicRenderParameter.getQName()
Methods in com.liferay.portal.kernel.model that return types with arguments of type QNameModifier and TypeMethodDescriptionPortlet.getProcessingEvents()
Returns the processing events of the portlet.PortletWrapper.getProcessingEvents()
Returns the processing events of the portlet.WebDAVProps.getPropsSet()
WebDAVPropsWrapper.getPropsSet()
Portlet.getPublishingEvents()
Returns the publishing events of the portlet.PortletWrapper.getPublishingEvents()
Returns the publishing events of the portlet.EventDefinition.getQNames()
Methods in com.liferay.portal.kernel.model with parameters of type QNameModifier and TypeMethodDescriptionvoid
EventDefinition.addAliasQName
(QName aliasQName) void
Portlet.addProcessingEvent
(QName processingEvent) Adds a processing event.void
PortletWrapper.addProcessingEvent
(QName processingEvent) Adds a processing event.void
PortletApp.addPublicRenderParameter
(String identifier, QName qName) void
Portlet.addPublishingEvent
(QName publishingEvent) Adds a publishing event.void
PortletWrapper.addPublishingEvent
(QName publishingEvent) Adds a publishing event.void
void
Method parameters in com.liferay.portal.kernel.model with type arguments of type QNameModifier and TypeMethodDescriptionvoid
Portlet.setProcessingEvents
(Set<QName> processingEvents) Sets the processing events of the portlet.void
PortletWrapper.setProcessingEvents
(Set<QName> processingEvents) Sets the processing events of the portlet.void
Portlet.setPublishingEvents
(Set<QName> publishingEvents) Sets the publishing events of the portlet.void
PortletWrapper.setPublishingEvents
(Set<QName> publishingEvents) Sets the publishing events of the portlet. -
Uses of QName in com.liferay.portal.kernel.portlet
Methods in com.liferay.portal.kernel.portlet that return QNameMethods in com.liferay.portal.kernel.portlet with parameters of type QNameModifier and TypeMethodDescriptionstatic String
PortletQName.getPublicRenderParameterName
(QName qName) static String
PortletQNameUtil.getPublicRenderParameterName
(QName qName) PortletQName.getRemovePublicRenderParameterName
(QName qName) static String
PortletQNameUtil.getRemovePublicRenderParameterName
(QName qName) -
Uses of QName in com.liferay.portal.kernel.search
Methods in com.liferay.portal.kernel.search that return QName -
Uses of QName in com.liferay.portal.kernel.xml
Methods in com.liferay.portal.kernel.xml that return QNameModifier and TypeMethodDescriptionSAXReader.createQName
(String localName) SAXReader.createQName
(String localName, Namespace namespace) static QName
SAXReaderUtil.createQName
(String localName) static QName
SAXReaderUtil.createQName
(String localName, Namespace namespace) Attribute.getQName()
Element.getQName()
Methods in com.liferay.portal.kernel.xml with parameters of type QNameModifier and TypeMethodDescriptionElement.addAttribute
(QName qName, String value) Branch.addElement
(QName qName) Element.attributeValue
(QName qName) Element.attributeValue
(QName qName, String defaultValue) SAXReader.createAttribute
(Element element, QName qName, String value) static Attribute
SAXReaderUtil.createAttribute
(Element element, QName qName, String value) Element.createCopy
(QName qName) SAXReader.createElement
(QName qName) static Element
SAXReaderUtil.createElement
(QName qName) Element.elementIterator
(QName qName) Element.elementText
(QName qName) Element.elementTextTrim
(QName qName) void