Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.obinary.cms.taglibs
Class New  view New download New.java

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended bycom.obinary.cms.taglibs.New
All Implemented Interfaces:
javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag

public class New
extends javax.servlet.jsp.tagext.TagSupport

User: sameercharles Date: Apr 28, 2003 Time: 11:20:59 AM

Version:
1.0

Field Summary
private  java.lang.String containerListName
           
private static java.lang.String DEFAULT_NEW_LABEL
           
private  java.lang.String newLabel
           
private  javax.servlet.http.HttpServletRequest request
           
private static java.lang.String SELECT_DIALOG_HANDLE
           
private  java.lang.String types
           
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
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
New()
           
 
Method Summary
private  void display()
          displays new bar
 int doEndTag()
          print out
 int doStartTag()
          starts Edit tag
private  java.lang.String getHandle()
          construct and return edit handle
private  java.lang.String getNewLabel()
           
private  java.lang.String getPath()
          get the content path (Page or Node)
 void setContainerListName(java.lang.String name)
          set working container list
 void setNewLabel(java.lang.String label)
          set the new label (else "New")
 void setParFiles(java.lang.String list)
          set the tapes which defines all paragraps available in this container list
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SELECT_DIALOG_HANDLE

private static final java.lang.String SELECT_DIALOG_HANDLE
See Also:
Constant Field Values

DEFAULT_NEW_LABEL

private static final java.lang.String DEFAULT_NEW_LABEL
See Also:
Constant Field Values

containerListName

private java.lang.String containerListName

types

private java.lang.String types

newLabel

private java.lang.String newLabel

request

private javax.servlet.http.HttpServletRequest request
Constructor Detail

New

public New()
Method Detail

doStartTag

public int doStartTag()

starts Edit tag


doEndTag

public int doEndTag()

print out


setContainerListName

public void setContainerListName(java.lang.String name)

set working container list


getPath

private java.lang.String getPath()

get the content path (Page or Node)


setParFiles

public void setParFiles(java.lang.String list)

set the tapes which defines all paragraps available in this container list


setNewLabel

public void setNewLabel(java.lang.String label)

set the new label (else "New")


getNewLabel

private java.lang.String getNewLabel()

getHandle

private java.lang.String getHandle()

construct and return edit handle


display

private void display()
              throws java.io.IOException

displays new bar