| Package | Description |
|---|---|
| org.apache.isis.core.commons.config |
Defines the
IsisConfiguration
which collects an immutable set of configuration options (like a hashmap),
along with a number of supporting classes. |
| org.apache.isis.core.commons.debug |
Provides interfaces and utilities used to create detailed string
representations of objects in order that the system may be
debugged.
|
| org.apache.isis.core.metamodel.facetdecorator | |
| org.apache.isis.core.metamodel.facets | |
| org.apache.isis.core.metamodel.specloader |
Object Reflector API.
|
| org.apache.isis.core.metamodel.specloader.specimpl.dflt | |
| org.apache.isis.core.metamodel.util | |
| org.apache.isis.core.runtime.authentication.standard | |
| org.apache.isis.core.runtime.authorization.standard | |
| org.apache.isis.core.runtime.userprofile |
| Modifier and Type | Method and Description |
|---|---|
void |
IsisConfigurationDefault.debugData(DebugBuilder str) |
| Modifier and Type | Class and Description |
|---|---|
class |
DebugHtmlString |
class |
DebugHtmlStringAbstract |
class |
DebugString |
class |
DebugTee |
| Modifier and Type | Method and Description |
|---|---|
void |
DebugTee.concat(DebugBuilder debug) |
void |
DebugString.concat(DebugBuilder debug) |
void |
DebugHtmlStringAbstract.concat(DebugBuilder debug) |
void |
DebugBuilder.concat(DebugBuilder debug)
Concatenate the contents of the specified debug builder to the current
builder.
|
void |
Debuggable.debugData(DebugBuilder debug)
Debug details describing the object being investigated
|
| Constructor and Description |
|---|
DebugTee(DebugBuilder builder1,
DebugBuilder builder2) |
| Modifier and Type | Method and Description |
|---|---|
void |
FacetDecoratorSet.debugData(DebugBuilder str) |
| Modifier and Type | Method and Description |
|---|---|
void |
FacetedMethod.debugData(DebugBuilder debug) |
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectReflectorDefault.debugData(DebugBuilder debug) |
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectSpecificationDefault.debugData(DebugBuilder debug) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Dump.adapter(ObjectAdapter adapter,
DebugBuilder builder) |
static void |
Dump.graph(ObjectAdapter object,
AuthenticationSession authenticationSession,
DebugBuilder debugBuilder)
As
Dump.graph(ObjectAdapter, AuthenticationSession), but appending to
the provided DebugBuilder. |
static void |
Dump.specification(ObjectAdapter adapter,
DebugBuilder debugBuilder)
Convenience overload of
Dump.specification(ObjectSpecification, DebugBuilder) that takes the
ObjectSpecification ( ObjectAdapter.getSpecification())
of the provided ObjectAdapter |
static void |
Dump.specification(ObjectSpecification specification,
DebugBuilder debugBuilder) |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthenticationManagerStandard.debugData(DebugBuilder debug) |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthorizationManagerStandard.debugData(DebugBuilder debug) |
| Modifier and Type | Method and Description |
|---|---|
void |
UserProfile.debugData(DebugBuilder debug) |
void |
Options.debugData(DebugBuilder debug) |
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.