xdoclet.modules.jsf
Class NavigationTagsHandler

java.lang.Object
  extended by xdoclet.template.TemplateTagHandler
      extended by xdoclet.XDocletTagSupport
          extended by xdoclet.modules.jsf.NavigationTagsHandler

public class NavigationTagsHandler
extends 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
 
Constructor Summary
NavigationTagsHandler()
           
 
Method Summary
 void forAllRules(java.lang.String template)
           
 void forAllViews(java.lang.String template)
           
 java.lang.String fromView()
           
 java.lang.String outcome()
           
 java.lang.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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NavigationTagsHandler

public NavigationTagsHandler()
Method Detail

forAllRules

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

fromView

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

toView

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

outcome

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

forAllViews

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

http://xdoclet.sourceforge.net/