RichFaces CDK Generator 4.2.0.CR1

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 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

RichFaces CDK Generator 4.2.0.CR1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.