public class ProcessingInstruction extends Object
Modifier and Type | Field and Description |
---|---|
static int |
INCLUDE_PAGE |
static int |
RENDER_FRAGMENT |
static int |
SET_ATTRIBUTE |
static int |
SET_DYNAMIC_ATTRIBUTES_INTERPRETER |
static int |
WRITE_OUT |
Modifier and Type | Method and Description |
---|---|
static ProcessingInstruction |
getAddAttributesInterpreterInstruction(FormaterTagDynamicAttributesInterpreter interpreter) |
static ProcessingInstruction |
getIncludePageInstruction(String pageName) |
String |
getName() |
static ProcessingInstruction |
getRenderFragmentInstruction(String fragmentName) |
static ProcessingInstruction |
getSetParameterInstruction(String paramName,
Object paramValue) |
int |
getType() |
Object |
getValue() |
static ProcessingInstruction |
getWriteToOutInstruction(String text) |
String |
toString() |
public static final int RENDER_FRAGMENT
public static final int SET_ATTRIBUTE
public static final int INCLUDE_PAGE
public static final int WRITE_OUT
public static final int SET_DYNAMIC_ATTRIBUTES_INTERPRETER
public static ProcessingInstruction getRenderFragmentInstruction(String fragmentName)
public static ProcessingInstruction getSetParameterInstruction(String paramName, Object paramValue)
public static ProcessingInstruction getIncludePageInstruction(String pageName)
public static ProcessingInstruction getWriteToOutInstruction(String text)
public static ProcessingInstruction getAddAttributesInterpreterInstruction(FormaterTagDynamicAttributesInterpreter interpreter)
public int getType()
public String getName()
public Object getValue()
Copyright © 2012-2015 JBoss by Red Hat. All Rights Reserved.