org.jboss.shrinkwrap.descriptor.api.facesconfig21
Interface FacesConfigLifecycleType<T>

All Superinterfaces:
Child<T>

public interface FacesConfigLifecycleType<T>
extends Child<T>

This interface defines the contract for the faces-config-lifecycleType xsd type

Since:
Generation date :2013-01-26T19:26:58.657+01:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

Method Summary
 List<String> getAllPhaseListener()
          Returns all phase-listener elements
 String getId()
          Returns the id attribute
 FacesConfigLifecycleType<T> id(String id)
          Sets the id attribute
 Boolean isLifecycleExtension()
          Removes the lifecycle-extension element
 FacesConfigLifecycleType<T> lifecycleExtension()
          Sets the lifecycle-extension element
 FacesConfigLifecycleType<T> phaseListener(String... values)
          Creates for all String objects representing phase-listener elements, a new phase-listener element
 FacesConfigLifecycleType<T> removeAllPhaseListener()
          Removes the phase-listener element
 FacesConfigLifecycleType<T> removeId()
          Removes the id attribute
 FacesConfigLifecycleType<T> removeLifecycleExtension()
          Removes the lifecycle-extension element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

phaseListener

FacesConfigLifecycleType<T> phaseListener(String... values)
Creates for all String objects representing phase-listener elements, a new phase-listener element

Parameters:
values - list of phase-listener objects
Returns:
the current instance of FacesConfigLifecycleType

getAllPhaseListener

List<String> getAllPhaseListener()
Returns all phase-listener elements

Returns:
list of phase-listener

removeAllPhaseListener

FacesConfigLifecycleType<T> removeAllPhaseListener()
Removes the phase-listener element

Returns:
the current instance of FacesConfigLifecycleType

lifecycleExtension

FacesConfigLifecycleType<T> lifecycleExtension()
Sets the lifecycle-extension element

Returns:
the current instance of FacesConfigLifecycleType

isLifecycleExtension

Boolean isLifecycleExtension()
Removes the lifecycle-extension element

Returns:
the current instance of FacesConfigLifecycleType

removeLifecycleExtension

FacesConfigLifecycleType<T> removeLifecycleExtension()
Removes the lifecycle-extension element

Returns:
the current instance of FacesConfigLifecycleType

id

FacesConfigLifecycleType<T> id(String id)
Sets the id attribute

Parameters:
id - the value for the attribute id
Returns:
the current instance of FacesConfigLifecycleType

getId

String getId()
Returns the id attribute

Returns:
the value defined for the attribute id

removeId

FacesConfigLifecycleType<T> removeId()
Removes the id attribute

Returns:
the current instance of FacesConfigLifecycleType


Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.