Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.portletapp | |
org.jboss.shrinkwrap.descriptor.api.portletapp20 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Interface and Description |
---|---|
interface |
PortletCommonDescriptor<T extends PortletCommonDescriptor<T,PORTLETTYPE1,CUSTOMPORTLETMODETYPE2,CUSTOMWINDOWSTATETYPE3,USERATTRIBUTETYPE4,SECURITYCONSTRAINTTYPE5,FILTERTYPE6,FILTERMAPPINGTYPE7,EVENTDEFINITIONTYPE8,PUBLICRENDERPARAMETERTYPE9,LISTENERTYPE10,CONTAINERRUNTIMEOPTIONTYPE11>,PORTLETTYPE1 extends PortletPortletCommonType<T,PORTLETTYPE1,?,?,?,?,?,?,?,?>,CUSTOMPORTLETMODETYPE2 extends PortletCustomPortletModeCommonType<T,CUSTOMPORTLETMODETYPE2>,CUSTOMWINDOWSTATETYPE3 extends PortletCustomWindowStateCommonType<T,CUSTOMWINDOWSTATETYPE3>,USERATTRIBUTETYPE4 extends PortletUserAttributeCommonType<T,USERATTRIBUTETYPE4>,SECURITYCONSTRAINTTYPE5 extends PortletSecurityConstraintCommonType<T,SECURITYCONSTRAINTTYPE5,?,?>,FILTERTYPE6 extends PortletFilterCommonType<T,FILTERTYPE6,?>,FILTERMAPPINGTYPE7 extends PortletFilterMappingCommonType<T,FILTERMAPPINGTYPE7>,EVENTDEFINITIONTYPE8 extends PortletEventDefinitionCommonType<T,EVENTDEFINITIONTYPE8>,PUBLICRENDERPARAMETERTYPE9 extends PortletPublicRenderParameterCommonType<T,PUBLICRENDERPARAMETERTYPE9>,LISTENERTYPE10 extends PortletListenerCommonType<T,LISTENERTYPE10>,CONTAINERRUNTIMEOPTIONTYPE11 extends PortletContainerRuntimeOptionCommonType<T,CONTAINERRUNTIMEOPTIONTYPE11>> |
Modifier and Type | Interface and Description |
---|---|
interface |
PortletDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
PortletDescriptor descriptor = Descriptors.create(PortletDescriptor.class);
|
Copyright © 2022 JBoss by Red Hat. All rights reserved.