| Package | Description |
|---|---|
| org.apache.sling.hapi |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| org.apache.sling.hapi.impl | |
| org.apache.sling.hapi.sightly |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,HApiProperty> |
HApiType.getAllProperties()
A map with the names of the properties as keys and the HApiProperty object as values defined for this type,
including the properties inherited from the parent type
|
Map<String,HApiProperty> |
HApiType.getProperties()
A map with the names of the properties as keys and the HApiProperty object as values defined for this type
|
| Modifier and Type | Class and Description |
|---|---|
class |
HApiPropertyImpl |
| Modifier and Type | Method and Description |
|---|---|
Map<String,HApiProperty> |
HApiTypeLazyWrapper.getAllProperties()
A map with the names of the properties as keys and the HApiProperty object as values defined for this type,
including the properties inherited from the parent type
|
Map<String,HApiProperty> |
HApiTypeImpl.getAllProperties()
A map with the names of the properties as keys and the HApiProperty object as values defined for this type,
including the properties inherited from the parent type
|
Map<String,HApiProperty> |
AbstractHapiTypeImpl.getAllProperties() |
Map<String,HApiProperty> |
HApiTypeLazyWrapper.getProperties()
A map with the names of the properties as keys and the HApiProperty object as values defined for this type
|
Map<String,HApiProperty> |
HApiTypeImpl.getProperties()
A map with the names of the properties as keys and the HApiProperty object as values defined for this type
|
Map<String,HApiProperty> |
AbstractHapiTypeImpl.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
HApiTypeImpl.setProperties(Map<String,HApiProperty> properties) |
| Constructor and Description |
|---|
HApiTypeImpl(String name,
String description,
String serverUrl,
String path,
String fqdn,
List<String> parameters,
Map<String,HApiProperty> properties,
HApiType parent,
boolean isAbstract)
A new HApiType
|
| Modifier and Type | Method and Description |
|---|---|
List<HApiProperty> |
TypeView.getProps() |
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.