xdoclet.modules.jsf

Class NavigationTagsHandler


public class NavigationTagsHandler
extends xdoclet.XDocletTagSupport

Author:
Markus Plattner
xdoclet.taghandler
namespace = "FacesNavigation"
created
28. Juni 2004

Field Summary

Fields inherited from class xdoclet.XDocletTagSupport

FOR_CLASS, FOR_CONSTRUCTOR, FOR_FIELD, FOR_METHOD, PARAMETER_DELIMITER

Method Summary

void
forAllRules(String template)
void
forAllViews(String template)
String
fromView()
String
outcome()
String
toView()

Methods inherited from class xdoclet.XDocletTagSupport

delimit, expandClassName, generate, getCurrentClass, getCurrentClassTag, getCurrentConstructor, getCurrentField, getCurrentFieldTag, getCurrentMethod, getCurrentMethodTag, getCurrentPackage, getDocletContext, getEngine, getExpandedDelimitedTagValue, getTagValue, getTagValue, getTagValue, hasHavingClassTag, hasTag, isTagValueEqual, mandatoryParamNotFound, mandatoryTemplateTagParamNotFound, modifiers, popCurrentClass, pushCurrentClass, setCurrentClass, setCurrentClassTag, setCurrentConstructor, setCurrentField, setCurrentFieldTag, setCurrentMethod, setCurrentMethodTag, setCurrentPackage

Methods inherited from class xdoclet.template.TemplateTagHandler

getXJavaDoc, setXJavaDoc

Method Details

forAllRules

public void forAllRules(String template)
            throws xdoclet.XDocletException
Parameters:
template -
Throws:
xdoclet.XDocletException -
doc.tag
type = "block"

forAllViews

public void forAllViews(String template)
            throws xdoclet.XDocletException
Parameters:
template -
Throws:
xdoclet.XDocletException -
doc.tag
type = "block"

fromView

public String fromView()
Returns:
doc.tag
type = "content"

outcome

public String outcome()
Returns:
doc.tag
type = "content"

toView

public String toView()
Returns:
doc.tag
type = "content"