クラス HtmlDoctype
- java.lang.ObjectSE
-
- jakarta.faces.component.UIComponent
-
- jakarta.faces.component.UIComponentBase
-
- jakarta.faces.component.UIOutput
-
- jakarta.faces.component.html.HtmlDoctype
- 実装されたすべてのインターフェース:
Doctype
、PartialStateHolder
、StateHolder
、TransientStateHolder
、ValueHolder
、ComponentSystemEventListener
、FacesListener
、SystemEventListenerHolder
、EventListenerSE
public class HtmlDoctype extends UIOutput implements Doctype
NONEデフォルトでは、
rendererType
プロパティを "jakarta.faces.Doctype
" に設定する必要があります。この値は、setRendererType()
メソッドを呼び出すことで変更できます。
ネストされたクラスのサマリー
ネストされたクラス 修飾子と型 クラス 説明 protected static class
HtmlDoctype.PropertyKeys
プロパティキー。
フィールドサマリー
フィールド 修飾子と型 フィールド 説明 static StringSE
COMPONENT_TYPE
このコンポーネントの標準コンポーネント型。クラス jakarta.faces.component.UIOutput から継承されたフィールド
COMPONENT_FAMILY
クラス jakarta.faces.component.UIComponent から継承されたフィールド
ATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, FACETS_KEY, VIEW_LOCATION_KEY
コンストラクターのサマリー
コンストラクター コンストラクター 説明 HtmlDoctype()
メソッドのサマリー
すべてのメソッド インスタンスメソッド 具象メソッド 修飾子と型 メソッド 説明 StringSE
getPublic()
public
プロパティの値を返します。StringSE
getRootElement()
rootElement
プロパティの値を返します。StringSE
getSystem()
system
プロパティの値を返します。void
setPublic(StringSE _public)
public
プロパティの値を設定します。void
setRootElement(StringSE rootElement)
rootElement
プロパティの値を設定します。void
setSystem(StringSE system)
system
プロパティの値を設定します。クラス jakarta.faces.component.UIOutput から継承されたメソッド
clearInitialState, getConverter, getFamily, getLocalValue, getValue, markInitialState, resetValue, restoreState, saveState, setConverter, setValue
クラス jakarta.faces.component.UIComponentBase から継承されたメソッド
addClientBehavior, addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, subscribeToEvent, unsubscribeFromEvent
クラス jakarta.faces.component.UIComponent から継承されたメソッド
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree
メソッドの詳細
getPublic
public StringSE getPublic()
public
プロパティの値を返します。
setPublic
public void setPublic(StringSE _public)
public
プロパティの値を設定します。- パラメーター:
_public
- 新しいプロパティ値
getRootElement
public StringSE getRootElement()
rootElement
プロパティの値を返します。- 次で指定:
- インターフェース
Doctype
のgetRootElement
- 戻り値:
- プロパティ値
コンテンツ:
ルート XML 要素
setRootElement
public void setRootElement(StringSE rootElement)
rootElement
プロパティの値を設定します。- パラメーター:
rootElement
- 新しいプロパティ値
getSystem
public StringSE getSystem()
system
プロパティの値を返します。
setSystem
public void setSystem(StringSE system)
system
プロパティの値を設定します。- パラメーター:
system
- 新しいプロパティ値