|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.acsinet_solutions.cetia4.controller.nav.NavigationStageImpl
public final class NavigationStageImpl
Creation of a navigation stage class that describes the stage in which a web user interaction is in. A stage is usually associated with a controller that forwards to a view.
Derechos Reservados
| Constructor Summary | |
|---|---|
NavigationStageImpl(java.lang.String name,
Link link)
Public constructor |
|
NavigationStageImpl(java.lang.String name,
Link link,
AttributeInfo attributeInfo)
Public constructor |
|
| Method Summary | |
|---|---|
AttributeInfo |
getAttributeInfo()
Get the metadata description for the form attribute on the current stage. |
NavigationStageImpl |
getCurrentStage()
Get a shared stage instance that can be modified externally. |
Link |
getLink()
Get a reference to the current stage link. |
java.lang.String |
getName()
Returns the name of the current entry; this should be unique for each navigation stage type. |
boolean |
performMatch(NavigationStage entry)
Check whether the current entry corresponds to another. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NavigationStageImpl(java.lang.String name,
Link link,
AttributeInfo attributeInfo)
name - A not-null not-empty valid controller name Stringlink - A not-null valid URLLink to the given controllerformAttribute - A maybe-null annotation that describes how the
form attribute in this stage will be used and maintained.
public NavigationStageImpl(java.lang.String name,
Link link)
name - A not-null not-empty valid controller name Stringlink - A not-null valid URLLink to the given controller| Method Detail |
|---|
public final java.lang.String getName()
NavigationStage
getName in interface NavigationStagepublic final boolean performMatch(NavigationStage entry)
NavigationStage
performMatch in interface NavigationStagepublic final NavigationStageImpl getCurrentStage()
NavigationStage
getCurrentStage in interface NavigationStagepublic final Link getLink()
NavigationStage
getLink in interface NavigationStagepublic AttributeInfo getAttributeInfo()
NavigationStage
getAttributeInfo in interface NavigationStagepublic final java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||