org.jboss.seam.navigation
Class Header

java.lang.Object
  extended by org.jboss.seam.navigation.Header

public class Header
extends Object


Field Summary
 Expressions.ValueExpression<Object> expression
           
 String name
           
 
Constructor Summary
Header()
           
 
Method Summary
 String getName()
           
 Expressions.ValueExpression<Object> getValue()
           
 void sendHeader(javax.servlet.http.HttpServletResponse response)
           
static void sendHeader(javax.servlet.http.HttpServletResponse response, String name, String value)
           
 void setName(String name)
           
 void setValue(Expressions.ValueExpression<Object> valueExpression)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name

expression

public Expressions.ValueExpression<Object> expression
Constructor Detail

Header

public Header()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getValue

public Expressions.ValueExpression<Object> getValue()

setValue

public void setValue(Expressions.ValueExpression<Object> valueExpression)

sendHeader

public void sendHeader(javax.servlet.http.HttpServletResponse response)

sendHeader

public static void sendHeader(javax.servlet.http.HttpServletResponse response,
                              String name,
                              String value)