Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.portletapp20 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
FilterMappingType<PortletDescriptor> |
PortletDescriptor.createFilterMapping()
Creates a new
filter-mapping element |
FilterMappingType<T> |
FilterMappingType.filterName(String filterName)
Sets the
filter-name element |
FilterMappingType<PortletDescriptor> |
PortletDescriptor.getOrCreateFilterMapping()
If not already created, a new
filter-mapping element will be created and returned. |
FilterMappingType<T> |
FilterMappingType.portletName(String... values)
Creates for all String objects representing
portlet-name elements,
a new portlet-name element |
FilterMappingType<T> |
FilterMappingType.removeAllPortletName()
Removes the
portlet-name element |
FilterMappingType<T> |
FilterMappingType.removeFilterName()
Removes the
filter-name element |
Modifier and Type | Method and Description |
---|---|
List<FilterMappingType<PortletDescriptor>> |
PortletDescriptor.getAllFilterMapping()
Returns all
filter-mapping elements |
Copyright © 2017 JBoss by Red Hat. All rights reserved.