Class NeedWindowTag
- java.lang.Object
-
- javax.servlet.jsp.tagext.TagSupport
-
- org.silverpeas.core.web.util.viewgenerator.html.NeedWindowTag
-
- All Implemented Interfaces:
Serializable
,javax.servlet.jsp.tagext.IterationTag
,javax.servlet.jsp.tagext.JspTag
,javax.servlet.jsp.tagext.Tag
- Direct Known Subclasses:
BrowseBarTag
,OperationPaneTag
,WindowTag
public class NeedWindowTag extends javax.servlet.jsp.tagext.TagSupport
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
WINDOW_PAGE_ATT
-
Constructor Summary
Constructors Constructor Description NeedWindowTag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Window
getWindow()
-
-
-
Field Detail
-
WINDOW_PAGE_ATT
public static final String WINDOW_PAGE_ATT
- See Also:
- Constant Field Values
-
-
Method Detail
-
getWindow
protected Window getWindow()
-
-