Package org.apache.myfaces.flow
Class ViewNodeImpl
- java.lang.Object
- 
- jakarta.faces.flow.FlowNode
- 
- jakarta.faces.flow.ViewNode
- 
- org.apache.myfaces.flow.ViewNodeImpl
 
 
 
- 
- 
Constructor SummaryConstructors Constructor Description ViewNodeImpl(String id, String vdlDocumentId)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfreeze()Call this method when the object will be made available to the runtimeStringgetId()StringgetVdlDocumentId()voidsetId(String id)voidsetVdlDocumentId(String vdlDocumentId)
 
- 
- 
- 
Method Detail- 
getVdlDocumentIdpublic String getVdlDocumentId() - Specified by:
- getVdlDocumentIdin class- ViewNode
 
 - 
freezepublic void freeze() Description copied from interface:FreezableCall this method when the object will be made available to the runtime
 - 
setVdlDocumentIdpublic void setVdlDocumentId(String vdlDocumentId) 
 - 
setIdpublic void setId(String id) 
 
- 
 
-