public class ProcessorBuilder extends Object
Constructor and Description |
---|
ProcessorBuilder() |
Modifier and Type | Method and Description |
---|---|
LayoutProcessor |
getProcessorFor(BaseNameSpaceTO layoutName)
Retrieve the processor and layout for a given layoutName.
|
LayoutProcessor |
getProcessorFor(BaseNameSpaceTO layoutName,
Class<? extends LayoutProcessor> processorClass)
Retrieve the processor and layout for a given layoutName.
|
LayoutProcessor |
getProcessorFor(LayoutSelector selector)
Retrieve the processor and layout that matches the selector rule.
|
public LayoutProcessor getProcessorFor(LayoutSelector selector) throws LayoutException
layoutName
- The info that the layout must match to be returned.LayoutException
- If there is any error retrieving the processor and the layout.public LayoutProcessor getProcessorFor(BaseNameSpaceTO layoutName) throws LayoutException
layoutName
- The info that the layout must match to be returned.LayoutException
- If there is any error retrieving the processor and the layout.public LayoutProcessor getProcessorFor(BaseNameSpaceTO layoutName, Class<? extends LayoutProcessor> processorClass) throws LayoutException
layoutName
- The info that the layout must match to be returned.LayoutException
- If there is any error retrieving the processor and the layout.Copyright © 2014. All Rights Reserved.