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 TypeMethodDescriptionvoidEventDefinition.addAliasQName(QName aliasQName) voidPortlet.addProcessingEvent(QName processingEvent) Adds a processing event.voidPortletWrapper.addProcessingEvent(QName processingEvent) Adds a processing event.voidPortletApp.addPublicRenderParameter(String identifier, QName qName) voidPortlet.addPublishingEvent(QName publishingEvent) Adds a publishing event.voidPortletWrapper.addPublishingEvent(QName publishingEvent) Adds a publishing event.voidvoidMethod parameters in com.liferay.portal.kernel.model with type arguments of type QNameModifier and TypeMethodDescriptionvoidPortlet.setProcessingEvents(Set<QName> processingEvents) Sets the processing events of the portlet.voidPortletWrapper.setProcessingEvents(Set<QName> processingEvents) Sets the processing events of the portlet.voidPortlet.setPublishingEvents(Set<QName> publishingEvents) Sets the publishing events of the portlet.voidPortletWrapper.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 StringPortletQName.getPublicRenderParameterName(QName qName) static StringPortletQNameUtil.getPublicRenderParameterName(QName qName) PortletQName.getRemovePublicRenderParameterName(QName qName) static StringPortletQNameUtil.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 QNameSAXReaderUtil.createQName(String localName) static QNameSAXReaderUtil.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 AttributeSAXReaderUtil.createAttribute(Element element, QName qName, String value) Element.createCopy(QName qName) SAXReader.createElement(QName qName) static ElementSAXReaderUtil.createElement(QName qName) Element.elementIterator(QName qName) Element.elementText(QName qName) Element.elementTextTrim(QName qName) void