se.lu.thep.waf.constraints
Class VAttr<T>

java.lang.Object
  extended by se.lu.thep.waf.constraints.VAttr<T>

public class VAttr<T>
extends java.lang.Object

This class represents a valid attribute used primarily by implementations AbstractAction to forward data to templates.

Author:
gregory

Constructor Summary
VAttr(java.lang.String id)
           
 
Method Summary
 T get(javax.servlet.http.HttpServletRequest request)
           
 java.lang.String getId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VAttr

public VAttr(java.lang.String id)
Method Detail

get

public T get(javax.servlet.http.HttpServletRequest request)
      throws InvalidAttributeException
Throws:
InvalidAttributeException

getId

public java.lang.String getId()