org.apache.myfaces.shared.renderkit.html
Class CommonPropertyUtils
java.lang.Object
org.apache.myfaces.shared.renderkit.html.CommonPropertyUtils
public final class CommonPropertyUtils
- extends Object
Method Summary |
static long |
getCommonPropertiesMarked(UIComponent component)
|
static boolean |
isIdRenderingNecessary(UIComponent component)
|
static void |
renderAccesskeyTabindexProperties(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
|
static void |
renderAltAlignProperties(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
|
static void |
renderAnchorPassthroughProperties(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
|
static void |
renderAnchorPassthroughPropertiesWithoutEvents(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
|
static void |
renderAnchorPassthroughPropertiesWithoutOnclickAndStyle(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
|
static void |
renderAnchorPassthroughPropertiesWithoutStyle(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
|
static void |
renderAnchorPassthroughPropertiesWithoutStyleAndEvents(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
|
static void |
renderAnchorProperties(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
|
static void |
renderButtonPassthroughPropertiesWithoutDisabledAndEvents(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
|
static void |
renderChangeEventProperty(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
|
static void |
renderChangeSelectEventProperties(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
|
static void |
renderCommonFieldEventProperties(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
|
static void |
renderCommonFieldPassthroughPropertiesWithoutDisabled(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
|
static void |
renderCommonFieldPassthroughPropertiesWithoutDisabledAndEvents(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
|
static void |
renderCommonPassthroughProperties(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
|
static void |
renderCommonPassthroughPropertiesWithoutEvents(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
|
static void |
renderEventProperties(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
|
static void |
renderEventPropertiesWithoutOnclick(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
|
static void |
renderFieldEventPropertiesWithoutOnchange(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
|
static void |
renderFieldEventPropertiesWithoutOnchangeAndOnselect(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
|
static void |
renderFocusBlurEventProperties(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
|
static void |
renderInputPassthroughPropertiesWithoutDisabled(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
|
static void |
renderInputPassthroughPropertiesWithoutDisabledAndEvents(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
|
static void |
renderInputProperties(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
|
static void |
renderLabelPassthroughProperties(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
|
static void |
renderLabelPassthroughPropertiesWithoutEvents(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
|
static void |
renderLabelProperties(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
|
static void |
renderSelectPassthroughPropertiesWithoutDisabled(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
|
static void |
renderSelectPassthroughPropertiesWithoutDisabledAndEvents(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
|
static void |
renderStyleProperties(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
|
static void |
renderUniversalProperties(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
|
static void |
renderUniversalPropertiesWithoutTitle(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommonPropertyUtils
public CommonPropertyUtils()
getCommonPropertiesMarked
public static long getCommonPropertiesMarked(UIComponent component)
isIdRenderingNecessary
public static boolean isIdRenderingNecessary(UIComponent component)
renderUniversalProperties
public static final void renderUniversalProperties(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
throws IOException
- Throws:
IOException
renderUniversalPropertiesWithoutTitle
public static final void renderUniversalPropertiesWithoutTitle(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
throws IOException
- Throws:
IOException
renderStyleProperties
public static final void renderStyleProperties(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
throws IOException
- Throws:
IOException
renderEventProperties
public static final void renderEventProperties(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
throws IOException
- Throws:
IOException
renderEventPropertiesWithoutOnclick
public static final void renderEventPropertiesWithoutOnclick(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
throws IOException
- Throws:
IOException
renderChangeSelectEventProperties
public static final void renderChangeSelectEventProperties(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
throws IOException
- Throws:
IOException
renderFocusBlurEventProperties
public static final void renderFocusBlurEventProperties(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
throws IOException
- Throws:
IOException
renderFieldEventPropertiesWithoutOnchangeAndOnselect
public static final void renderFieldEventPropertiesWithoutOnchangeAndOnselect(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
throws IOException
- Throws:
IOException
renderFieldEventPropertiesWithoutOnchange
public static final void renderFieldEventPropertiesWithoutOnchange(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
throws IOException
- Throws:
IOException
renderChangeEventProperty
public static final void renderChangeEventProperty(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
throws IOException
- Throws:
IOException
renderAccesskeyTabindexProperties
public static void renderAccesskeyTabindexProperties(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
throws IOException
- Throws:
IOException
renderAltAlignProperties
public static void renderAltAlignProperties(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
throws IOException
- Throws:
IOException
renderInputProperties
public static final void renderInputProperties(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
throws IOException
- Throws:
IOException
renderAnchorProperties
public static final void renderAnchorProperties(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
throws IOException
- Throws:
IOException
renderCommonPassthroughPropertiesWithoutEvents
public static final void renderCommonPassthroughPropertiesWithoutEvents(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
throws IOException
- Throws:
IOException
renderCommonPassthroughProperties
public static final void renderCommonPassthroughProperties(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
throws IOException
- Throws:
IOException
renderCommonFieldEventProperties
public static final void renderCommonFieldEventProperties(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
throws IOException
- Throws:
IOException
renderCommonFieldPassthroughPropertiesWithoutDisabled
public static final void renderCommonFieldPassthroughPropertiesWithoutDisabled(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
throws IOException
- Throws:
IOException
renderCommonFieldPassthroughPropertiesWithoutDisabledAndEvents
public static final void renderCommonFieldPassthroughPropertiesWithoutDisabledAndEvents(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
throws IOException
- Throws:
IOException
renderInputPassthroughPropertiesWithoutDisabled
public static final void renderInputPassthroughPropertiesWithoutDisabled(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
throws IOException
- Throws:
IOException
renderInputPassthroughPropertiesWithoutDisabledAndEvents
public static final void renderInputPassthroughPropertiesWithoutDisabledAndEvents(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
throws IOException
- Throws:
IOException
renderAnchorPassthroughProperties
public static final void renderAnchorPassthroughProperties(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
throws IOException
- Throws:
IOException
renderAnchorPassthroughPropertiesWithoutEvents
public static final void renderAnchorPassthroughPropertiesWithoutEvents(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
throws IOException
- Throws:
IOException
renderAnchorPassthroughPropertiesWithoutStyleAndEvents
public static final void renderAnchorPassthroughPropertiesWithoutStyleAndEvents(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
throws IOException
- Throws:
IOException
renderAnchorPassthroughPropertiesWithoutStyle
public static final void renderAnchorPassthroughPropertiesWithoutStyle(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
throws IOException
- Throws:
IOException
renderAnchorPassthroughPropertiesWithoutOnclickAndStyle
public static final void renderAnchorPassthroughPropertiesWithoutOnclickAndStyle(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
throws IOException
- Throws:
IOException
renderButtonPassthroughPropertiesWithoutDisabledAndEvents
public static final void renderButtonPassthroughPropertiesWithoutDisabledAndEvents(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
throws IOException
- Throws:
IOException
renderLabelProperties
public static final void renderLabelProperties(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
throws IOException
- Throws:
IOException
renderLabelPassthroughProperties
public static final void renderLabelPassthroughProperties(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
throws IOException
- Throws:
IOException
renderLabelPassthroughPropertiesWithoutEvents
public static final void renderLabelPassthroughPropertiesWithoutEvents(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
throws IOException
- Throws:
IOException
renderSelectPassthroughPropertiesWithoutDisabled
public static final void renderSelectPassthroughPropertiesWithoutDisabled(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
throws IOException
- Throws:
IOException
renderSelectPassthroughPropertiesWithoutDisabledAndEvents
public static final void renderSelectPassthroughPropertiesWithoutDisabledAndEvents(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
throws IOException
- Throws:
IOException
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.