org.apache.myfaces.tobago.config
Class MappingRule

java.lang.Object
  extended by org.apache.myfaces.tobago.config.MappingRule

Deprecated. please use other template mechanism, like JSP-Tag Files or any other

@Deprecated
public class MappingRule
extends Object


Constructor Summary
MappingRule()
          Deprecated.  
 
Method Summary
 void addAttribute(Attribute attribute)
          Deprecated.  
 List getAttributes()
          Deprecated.  
 String getForwardUri()
          Deprecated.  
 String getRequestUri()
          Deprecated.  
 void setForwardUri(String forwardUri)
          Deprecated.  
 void setRequestUri(String requestUri)
          Deprecated.  
 String toString()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MappingRule

public MappingRule()
Deprecated. 
Method Detail

addAttribute

public void addAttribute(Attribute attribute)
Deprecated. 

toString

public String toString()
Deprecated. 
Overrides:
toString in class Object

getForwardUri

public String getForwardUri()
Deprecated. 

setForwardUri

public void setForwardUri(String forwardUri)
Deprecated. 

getRequestUri

public String getRequestUri()
Deprecated. 

setRequestUri

public void setRequestUri(String requestUri)
Deprecated. 

getAttributes

public List getAttributes()
Deprecated. 


Copyright © 2002-2008 Apache Software Foundation. All Rights Reserved.