|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LifeCyclePhase | |
|---|---|
| org.jboss.portal.portlet | |
| org.jboss.portal.portlet.impl.info | |
| org.jboss.portal.portlet.impl.metadata.filter | |
| Uses of LifeCyclePhase in org.jboss.portal.portlet |
|---|
| Methods in org.jboss.portal.portlet that return LifeCyclePhase | |
|---|---|
static LifeCyclePhase |
LifeCyclePhase.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static LifeCyclePhase[] |
LifeCyclePhase.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Uses of LifeCyclePhase in org.jboss.portal.portlet.impl.info |
|---|
| Methods in org.jboss.portal.portlet.impl.info that return types with arguments of type LifeCyclePhase | |
|---|---|
java.util.Set<LifeCyclePhase> |
ContainerFilterInfo.getPhases()
|
| Constructor parameters in org.jboss.portal.portlet.impl.info with type arguments of type LifeCyclePhase | |
|---|---|
ContainerFilterInfo(java.lang.String name,
java.lang.String className,
java.util.Set<LifeCyclePhase> phases,
org.jboss.portal.common.i18n.LocalizedString displayName,
org.jboss.portal.common.i18n.LocalizedString description,
java.util.Map<java.lang.String,java.lang.String> parameters)
|
|
| Uses of LifeCyclePhase in org.jboss.portal.portlet.impl.metadata.filter |
|---|
| Methods in org.jboss.portal.portlet.impl.metadata.filter that return types with arguments of type LifeCyclePhase | |
|---|---|
java.util.List<LifeCyclePhase> |
FilterMetaData.getLifecycle()
|
| Methods in org.jboss.portal.portlet.impl.metadata.filter with parameters of type LifeCyclePhase | |
|---|---|
void |
FilterMetaData.addLifecycle(LifeCyclePhase lifecycle)
|
| Method parameters in org.jboss.portal.portlet.impl.metadata.filter with type arguments of type LifeCyclePhase | |
|---|---|
void |
FilterMetaData.setLifecycle(java.util.List<LifeCyclePhase> lifecycle)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||