Method Summary |
|
void | addChildTrigger(String name) |
void | addDataLink(DataLink dataLink) |
void | addExit(String name) |
void | addIncookie(String name, String defaultValue) |
void | addInput(String name, String defaultValues) |
void | addNamedInbean(String name, BeanDeclaration bean) |
void | addNamedOutbean(String name, BeanDeclaration bean) |
void | addOutcookie(String name, String defaultValue) |
void | addOutput(String name, String[] defaultValues) |
void | addStaticProperty(String name, Object value) |
void | addStaticProperty(String name, PropertyValue value) |
void | addSubmission(String name, Submission submission) |
public synchronized ElementInfo | clone() |
public boolean | containsChildTrigger(String name) |
boolean | containsDepartureVar(String name) |
public boolean | containsExit(String name) |
public boolean | containsGlobalCookie(String name) |
public boolean | containsGlobalExit(String name) |
public boolean | containsGlobalVar(String name) |
public boolean | containsIncookie(String name) |
public boolean | containsIncookiePossibility(String name) |
public boolean | containsInput(String name) |
public boolean | containsInputPossibility(String name) |
public boolean | containsNamedGlobalBean(String name) |
public boolean | containsNamedInbean(String name) |
public boolean | containsNamedOutbean(String name) |
public boolean | containsOutcookie(String name) |
public boolean | containsOutcookiePossibility(String name) |
public boolean | containsOutput(String name) |
public boolean | containsOutputPossibility(String name) |
public boolean | containsProperty(String name) |
public boolean | containsSubmission(String name) |
void | deploy() |
void | extendFrom(ElementInfo extendedElement) |
public String | getAbsoluteUrl(Element currentElement) |
public Collection<String> | getChildTriggerNames() |
public String | getContentType() |
Collection<String> | getDataLinkInputs(String outputName, ElementInfo target, boolean snapback, FlowLink flowLink) |
public String | getDeclarationName() |
public LinkedHashMap<String, String> | getDefaultGlobalCookies() |
public LinkedHashMap<String, String> | getDefaultIncookies() |
public LinkedHashMap<String, String> | getDefaultOutcookies() |
ArrayList<String> | getDepartureVars() |
public ElementDeployer | getDeployer() |
ElementSupport | getElement() |
public Set<Map.Entry<String, FlowLink>> | getExitEntries() |
public Collection<String> | getExitNames() |
public FlowLink | getFlowLink(String name) |
public String | getGlobalCookieDefaultValue(String name) |
public Set<Map.Entry<String, String>> | getGlobalCookieEntries() |
public String | getGlobalCookieInfo(String name) |
public Collection<String> | getGlobalCookieNames() |
public Set<Map.Entry<String, GlobalExit>> | getGlobalExitEntries() |
public GlobalExit | getGlobalExitInfo(String name) |
public Collection<String> | getGlobalExitNames() |
public String[] | getGlobalVarDefaultValues(String name) |
public Set<Map.Entry<String, GlobalVar>> | getGlobalVarEntries() |
public GlobalVar | getGlobalVarInfo(String name) |
public Collection<String> | getGlobalVarNames() |
public int | getGroupId() |
public String | getId() |
public String | getImplementation() |
public Element | getImplementationBlueprint() |
public String | getIncookieDefaultValue(String name) |
public Collection<String> | getIncookieNames() |
public Stack<ElementInfo> | getInheritanceStack() |
public Collection<String> | getInjectablePropertyNames() |
public String[] | getInputDefaultValues(String name) |
public Collection<String> | getInputNames() |
public BeanDeclaration | getNamedGlobalBeanInfo(String name) |
public Collection<String> | getNamedGlobalBeanNames() |
public BeanDeclaration | getNamedInbeanInfo(String name) |
public Collection<String> | getNamedInbeanNames() |
public BeanDeclaration | getNamedOutbeanInfo(String name) |
public Collection<String> | getNamedOutbeanNames() |
public String | getOutcookieDefaultValue(String name) |
public Set<Map.Entry<String, String>> | getOutcookieEntries() |
public Collection<String> | getOutcookieNames() |
public String[] | getOutputDefaultValues(String name) |
public Set<Map.Entry<String, String[]>> | getOutputEntries() |
public Collection<String> | getOutputNames() |
public String[] | getParameterDefaultValues(String submissionName, String parameterName) |
public List<PathInfoMapping> | getPathInfoMappings() |
public PathInfoMode | getPathInfoMode() |
public Stack<ElementInfo> | getPrecedenceStack() |
public String | getProcessorIdentifier() |
public HierarchicalProperties | getProperties() |
public Object | getProperty(String name) |
public Object | getProperty(String name, Object defaultValue) |
public Collection<String> | getPropertyNames() |
public String | getPropertyString(String name) |
public String | getPropertyString(String name, String defaultValue) |
public T | getPropertyTyped(String name, Class<T> type) |
public T | getPropertyTyped(String name, Class<T> type, T defaultValue) |
public String | getReferenceId() |
public Site | getSite() |
StateStore | getStateStore() |
HierarchicalProperties | getStaticProperties() |
public Submission | getSubmission(String name) |
public Collection<String> | getSubmissionNames() |
public Collection<Submission> | getSubmissions() |
public ElementType | getType() |
public String | getUrl() |
public boolean | hasDataLink(ElementInfo target) |
boolean | hasDepartureVars() |
public boolean | hasFlowLink(ElementInfo target) |
public boolean | hasGlobalCookieDefaultValue(String name) |
public boolean | hasGlobalCookieDefaults() |
public boolean | hasGlobalCookies() |
public boolean | hasGlobalExits() |
public boolean | hasGlobalVarDefaultValues(String name) |
public boolean | hasGlobalVarDefaults() |
public boolean | hasGlobalVars() |
public boolean | hasGlobalcookies() |
public boolean | hasIncookieDefaultValue(String name) |
public boolean | hasIncookieDefaults() |
public boolean | hasIncookies() |
public boolean | hasInputDefaultValues(String name) |
public boolean | hasInputDefaults() |
public boolean | hasInputs() |
public boolean | hasNamedGlobalBeans() |
public boolean | hasNamedInbeans() |
public boolean | hasOutcookieDefaultValue(String name) |
public boolean | hasOutcookieDefaults() |
public boolean | hasOutcookies() |
public boolean | hasOutputDefaultValues(String name) |
public boolean | hasOutputDefaults() |
public boolean | hasParameterDefaultValues(String submissionName, String parameterName) |
public boolean | hasParameterDefaults(String name) |
public boolean | hasPathInfoMappings() |
public boolean | hasProperties() |
public boolean | hasSnapbackDataLinks() |
public boolean | hasSnapbackFlowLinks() |
public boolean | hasSubmission(String name) |
public boolean | isPathInfoUsed() |
public boolean | isPropertyEmpty(String name) |
void | outputTrace(long start, RequestState state) |
void | populateFrom(ElementInfo referenceElement) |
void | setContentType(String contentType) |
void | setDeclarationName(String declarationName) |
void | setDepartureVars(ArrayList<String> departureVars) |
void | setDeployer(ElementDeployer deployer) |
void | setFlowLink(FlowLink flowLink) |
void | setGlobalCookies(LinkedHashMap<String, String> globalCookies) |
void | setGlobalExits(LinkedHashMap<String, GlobalExit> globalExits) |
void | setGlobalVars(LinkedHashMap<String, GlobalVar> globalVars) |
void | setGroupId(int groupId) |
void | setHasSubmissionDefaults(boolean hasSubmissionDefaults) |
void | setId(String id) |
void | setImplementation(String implementation) |
void | setImplementation(String implementation, Element blueprint) |
void | setInheritanceStack(Stack<ElementInfo> inheritanceStack) |
void | setNamedGlobalBeans(LinkedHashMap<String, BeanDeclaration> globalBeans) |
void | setPathInfoMappings(List<PathInfoMapping> mappings) |
void | setPathInfoMode(PathInfoMode mode) |
void | setPathInfoUsed(boolean state) |
void | setPrecedenceStack(Stack<ElementInfo> precedenceStack) |
void | setProcessorIdentifier(String identifier) |
void | setProperties(HierarchicalProperties properties, HierarchicalProperties parent) |
void | setSite(Site site) |
void | setStateStore(StateStore stateStore) |
void | setType(ElementType type) |
void | setUrl(String url) |
long | startTrace() |
void | validateExitName(String name) |
void | validateInbeanName(String name) |
void | validateIncookieName(String name) |
void | validateInputName(String name) |
void | validateOutbeanName(String name) |
void | validateOutcookieName(String name) |
void | validateOutputName(String name) |
void | validatePropertyName(String name) |
void | validateSubmissionName(String name) |