|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.dna.graph.ExecutionContext
org.jboss.dna.graph.sequencer.SequencerContext
public class SequencerContext

| Constructor Summary | |
|---|---|
SequencerContext(ExecutionContext context,
Path inputPath,
Set<Property> inputProperties,
String mimeType,
Problems problems)
|
|
| Method Summary | |
|---|---|
Path |
getInputPath()
Return the path of the input node containing the content being sequenced. |
Set<Property> |
getInputProperties()
Return the set of properties from the input node containing the content being sequenced. |
Property |
getInputProperty(Name name)
Return the property with the supplied name from the input node containing the content being sequenced. |
String |
getMimeType()
Return the MIME-type of the content being sequenced. |
Problems |
getProblems()
Get an interface that can be used to record various problems, warnings, and errors that are not extreme enough to warrant throwing exceptions. |
| Methods inherited from class org.jboss.dna.graph.ExecutionContext |
|---|
clone, create, create, getAccessControlContext, getClassLoader, getLogger, getLogger, getLoginContext, getMimeTypeDetector, getNamespaceRegistry, getPropertyFactory, getSubject, getValueFactories, toString, with, with, with, with, with, with, with |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SequencerContext(ExecutionContext context,
Path inputPath,
Set<Property> inputProperties,
String mimeType,
Problems problems)
| Method Detail |
|---|
public Path getInputPath()
public Set<Property> getInputProperties()
null.public Property getInputProperty(Name name)
name -
null if none exists.public String getMimeType()
public Problems getProblems()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||