Package | Description |
---|---|
com.liferay.portal.kernel.model |
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
|
com.liferay.portal.kernel.portlet |
This package defines the kernel portlet interfaces and classes.
|
com.liferay.portal.kernel.search | |
com.liferay.portal.kernel.xml |
Modifier and Type | Method and Description |
---|---|
QName |
Portlet.getProcessingEvent(String uri,
String localPart)
Returns the processing event from a namespace URI and a local part.
|
QName |
PortletWrapper.getProcessingEvent(String uri,
String localPart)
Returns the processing event from a namespace URI and a local part.
|
QName |
PublicRenderParameter.getQName() |
QName |
EventDefinition.getQName() |
Modifier and Type | Method and Description |
---|---|
Set<QName> |
Portlet.getProcessingEvents()
Returns the processing events of the portlet.
|
Set<QName> |
PortletWrapper.getProcessingEvents()
Returns the processing events of the portlet.
|
Set<QName> |
WebDAVProps.getPropsSet() |
Set<QName> |
WebDAVPropsWrapper.getPropsSet() |
Set<QName> |
Portlet.getPublishingEvents()
Returns the publishing events of the portlet.
|
Set<QName> |
PortletWrapper.getPublishingEvents()
Returns the publishing events of the portlet.
|
Set<QName> |
EventDefinition.getQNames() |
Modifier and Type | Method and Description |
---|---|
void |
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 |
PublicRenderParameter.setQName(QName qName) |
void |
EventDefinition.setQName(QName qName) |
Modifier and Type | Method and Description |
---|---|
void |
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.
|
Modifier and Type | Method and Description |
---|---|
QName |
PortletQName.getQName(Element qNameEl,
Element nameEl,
String defaultNamespace) |
static QName |
PortletQNameUtil.getQName(Element qNameEl,
Element nameEl,
String defaultNamespace) |
QName |
PortletQName.getQName(String publicRenderParameterName) |
static QName |
PortletQNameUtil.getQName(String publicRenderParameterName) |
Modifier and Type | Method and Description |
---|---|
String |
PortletQName.getKey(QName qName) |
static String |
PortletQNameUtil.getKey(QName qName) |
String |
PortletQName.getPublicRenderParameterName(QName qName) |
static String |
PortletQNameUtil.getPublicRenderParameterName(QName qName) |
String |
PortletQName.getRemovePublicRenderParameterName(QName qName) |
static String |
PortletQNameUtil.getRemovePublicRenderParameterName(QName qName) |
Modifier and Type | Method and Description |
---|---|
static QName |
OpenSearchUtil.getQName(String name,
int namespaceType) |
Modifier and Type | Method and Description |
---|---|
static QName |
SAXReaderUtil.createQName(String localName) |
QName |
SAXReader.createQName(String localName) |
static QName |
SAXReaderUtil.createQName(String localName,
Namespace namespace) |
QName |
SAXReader.createQName(String localName,
Namespace namespace) |
QName |
Attribute.getQName() |
QName |
Element.getQName() |
QName |
Element.getQName(String qualifiedName) |
Modifier and Type | Method and Description |
---|---|
Element |
Element.addAttribute(QName qName,
String value) |
Element |
Branch.addElement(QName qName) |
Attribute |
Element.attribute(QName qName) |
String |
Element.attributeValue(QName qName) |
String |
Element.attributeValue(QName qName,
String defaultValue) |
static Attribute |
SAXReaderUtil.createAttribute(Element element,
QName qName,
String value) |
Attribute |
SAXReader.createAttribute(Element element,
QName qName,
String value) |
Element |
Element.createCopy(QName qName) |
static Element |
SAXReaderUtil.createElement(QName qName) |
Element |
SAXReader.createElement(QName qName) |
Element |
Element.element(QName qName) |
Iterator<Element> |
Element.elementIterator(QName qName) |
List<Element> |
Element.elements(QName qName) |
String |
Element.elementText(QName qName) |
String |
Element.elementTextTrim(QName qName) |
void |
Element.setQName(QName qName) |