org.springframework.extensions.surf.taglib
Class ObjectEditTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by javax.servlet.jsp.tagext.BodyTagSupport
          extended by org.springframework.extensions.surf.taglib.TagBase
              extended by org.springframework.extensions.surf.taglib.AbstractObjectTag
                  extended by org.springframework.extensions.surf.taglib.ObjectEditTag
All Implemented Interfaces:
Serializable, javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

public class ObjectEditTag
extends AbstractObjectTag

Author:
muzquiano
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport
bodyContent
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id
 
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
ObjectEditTag()
           
 
Method Summary
 int doStartTag()
           
 String getEndpoint()
           
 String getIconUri()
           
 String getTarget()
           
 void setEndpoint(String endpointId)
           
 void setIconUri(String iconUri)
           
 void setTarget(String target)
           
 
Methods inherited from class org.springframework.extensions.surf.taglib.AbstractObjectTag
getObject, getPage, getPageType, link, link, setObject, setPage, setPageType
 
Methods inherited from class org.springframework.extensions.surf.taglib.TagBase
doEndTag, getOut, getPageContext, getRenderContext, getRenderService, getRequestContext, print, release, setPageContext
 
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doAfterBody, doInitBody, getBodyContent, getPreviousOut, setBodyContent
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
getParent, setParent
 

Constructor Detail

ObjectEditTag

public ObjectEditTag()
Method Detail

getIconUri

public String getIconUri()

setIconUri

public void setIconUri(String iconUri)

getTarget

public String getTarget()

setTarget

public void setTarget(String target)

getEndpoint

public String getEndpoint()

setEndpoint

public void setEndpoint(String endpointId)

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doStartTag in class javax.servlet.jsp.tagext.BodyTagSupport
Throws:
javax.servlet.jsp.JspException


Copyright © 2009 SpringSource, Inc. All Rights Reserved.