org.richfaces.cdk.generate.java.taghandler
Class TagWithModel<M>

java.lang.Object
  extended by org.richfaces.cdk.generate.java.taghandler.TagWithModel<M>

public class TagWithModel<M>
extends java.lang.Object

Author:
asmirnov@exadel.com

Constructor Summary
TagWithModel(TagModel tag, M model)
          

 
Method Summary
 M getModel()
          

 TagModel getTag()
          

 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagWithModel

public TagWithModel(TagModel tag,
                    M model)

Parameters:
tag -
model -
Method Detail

getTag

public TagModel getTag()

Returns:
the tag

getModel

public M getModel()

Returns:
the model


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