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 |
renderStyleClassProperty(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 void renderUniversalProperties(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
throws IOException
- Throws:
IOException
renderUniversalPropertiesWithoutTitle
public static void renderUniversalPropertiesWithoutTitle(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
throws IOException
- Throws:
IOException
renderStyleProperties
public static void renderStyleProperties(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
throws IOException
- Throws:
IOException
renderStyleClassProperty
public static void renderStyleClassProperty(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
throws IOException
- Throws:
IOException
renderEventProperties
public static void renderEventProperties(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
throws IOException
- Throws:
IOException
renderEventPropertiesWithoutOnclick
public static void renderEventPropertiesWithoutOnclick(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
throws IOException
- Throws:
IOException
renderChangeSelectEventProperties
public static void renderChangeSelectEventProperties(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
throws IOException
- Throws:
IOException
renderFocusBlurEventProperties
public static void renderFocusBlurEventProperties(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
throws IOException
- Throws:
IOException
renderFieldEventPropertiesWithoutOnchangeAndOnselect
public static void renderFieldEventPropertiesWithoutOnchangeAndOnselect(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
throws IOException
- Throws:
IOException
renderFieldEventPropertiesWithoutOnchange
public static void renderFieldEventPropertiesWithoutOnchange(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
throws IOException
- Throws:
IOException
renderChangeEventProperty
public static 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 void renderInputProperties(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
throws IOException
- Throws:
IOException
renderAnchorProperties
public static void renderAnchorProperties(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
throws IOException
- Throws:
IOException
renderCommonPassthroughPropertiesWithoutEvents
public static void renderCommonPassthroughPropertiesWithoutEvents(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
throws IOException
- Throws:
IOException
renderCommonPassthroughProperties
public static void renderCommonPassthroughProperties(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
throws IOException
- Throws:
IOException
renderCommonFieldEventProperties
public static void renderCommonFieldEventProperties(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
throws IOException
- Throws:
IOException
renderCommonFieldPassthroughPropertiesWithoutDisabled
public static void renderCommonFieldPassthroughPropertiesWithoutDisabled(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
throws IOException
- Throws:
IOException
renderCommonFieldPassthroughPropertiesWithoutDisabledAndEvents
public static void renderCommonFieldPassthroughPropertiesWithoutDisabledAndEvents(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
throws IOException
- Throws:
IOException
renderInputPassthroughPropertiesWithoutDisabled
public static void renderInputPassthroughPropertiesWithoutDisabled(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
throws IOException
- Throws:
IOException
renderInputPassthroughPropertiesWithoutDisabledAndEvents
public static void renderInputPassthroughPropertiesWithoutDisabledAndEvents(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
throws IOException
- Throws:
IOException
renderAnchorPassthroughProperties
public static void renderAnchorPassthroughProperties(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
throws IOException
- Throws:
IOException
renderAnchorPassthroughPropertiesWithoutEvents
public static void renderAnchorPassthroughPropertiesWithoutEvents(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
throws IOException
- Throws:
IOException
renderAnchorPassthroughPropertiesWithoutStyleAndEvents
public static void renderAnchorPassthroughPropertiesWithoutStyleAndEvents(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
throws IOException
- Throws:
IOException
renderAnchorPassthroughPropertiesWithoutStyle
public static void renderAnchorPassthroughPropertiesWithoutStyle(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
throws IOException
- Throws:
IOException
renderAnchorPassthroughPropertiesWithoutOnclickAndStyle
public static void renderAnchorPassthroughPropertiesWithoutOnclickAndStyle(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
throws IOException
- Throws:
IOException
renderButtonPassthroughPropertiesWithoutDisabledAndEvents
public static void renderButtonPassthroughPropertiesWithoutDisabledAndEvents(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
throws IOException
- Throws:
IOException
renderLabelProperties
public static void renderLabelProperties(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
throws IOException
- Throws:
IOException
renderLabelPassthroughProperties
public static void renderLabelPassthroughProperties(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
throws IOException
- Throws:
IOException
renderLabelPassthroughPropertiesWithoutEvents
public static void renderLabelPassthroughPropertiesWithoutEvents(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
throws IOException
- Throws:
IOException
renderSelectPassthroughPropertiesWithoutDisabled
public static void renderSelectPassthroughPropertiesWithoutDisabled(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
throws IOException
- Throws:
IOException
renderSelectPassthroughPropertiesWithoutDisabledAndEvents
public static void renderSelectPassthroughPropertiesWithoutDisabledAndEvents(ResponseWriter writer,
long commonPropertiesMarked,
UIComponent component)
throws IOException
- Throws:
IOException
Copyright © 2015 The Apache Software Foundation. All rights reserved.