public class ComponentAccess extends java.lang.Object implements IComponentAccess
| Constructor and Description |
|---|
ComponentAccess(IComponent component,
ElementAccess.IAccessFactory factory)
Internal constructor
|
| Modifier and Type | Method and Description |
|---|---|
ElementAccess<?> |
getElement()
Returns the language specific component element
|
java.lang.String |
getFilterName()
Gets the filter name for this component (usually the identifying path of the component)
|
boolean |
isExcluded()
Is this component excluded?
|
public ComponentAccess(IComponent component,
ElementAccess.IAccessFactory factory)
component - public java.lang.String getFilterName()
getFilterName in interface IComponentAccesspublic boolean isExcluded()
isExcluded in interface IComponentAccesspublic ElementAccess<?> getElement()
getElement in interface IComponentAccess