org.apache.empire.struts2.jsp.tags
Class ParamTag.ParamComponent

java.lang.Object
  extended by org.apache.struts2.components.Component
      extended by org.apache.empire.struts2.jsp.tags.ParamTag.ParamComponent
Enclosing class:
ParamTag

public static class ParamTag.ParamComponent
extends org.apache.struts2.components.Component


Field Summary
 String name
           
 String value
           
 
Fields inherited from class org.apache.struts2.components.Component
actionMapper, COMPONENT_STACK, parameters, stack, throwExceptionOnELFailure
 
Constructor Summary
ParamTag.ParamComponent(com.opensymphony.xwork2.util.ValueStack stack)
           
 
Method Summary
 boolean end(Writer writer, String body)
           
 boolean start(Writer writer)
           
 
Methods inherited from class org.apache.struts2.components.Component
addAllParameters, addParameter, altSyntax, altSyntax, completeExpressionIfAltSyntax, copyParams, determineActionURL, determineNamespace, end, fieldError, findAncestor, findString, findString, findStringIfAltSyntax, findValue, findValue, findValue, getComponentStack, getParameters, getStack, popComponentStack, setActionMapper, setThrowExceptionsOnELFailure, stripExpressionIfAltSyntax, stripExpressionIfAltSyntax, toString, usesBody
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name

value

public String value
Constructor Detail

ParamTag.ParamComponent

public ParamTag.ParamComponent(com.opensymphony.xwork2.util.ValueStack stack)
Method Detail

start

public boolean start(Writer writer)
Overrides:
start in class org.apache.struts2.components.Component

end

public boolean end(Writer writer,
                   String body)
Overrides:
end in class org.apache.struts2.components.Component


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