public class ResinInclude extends ResinControl
Constructor and Description |
---|
ResinInclude() |
Modifier and Type | Method and Description |
---|---|
void |
init() |
void |
setConfigSystemId(java.lang.String systemId)
Sets the current location.
|
void |
setHref(java.lang.String path)
Sets the resin:import path.
|
void |
setOptional(boolean optional)
Sets true if the path is optional.
|
void |
setPath(java.lang.String path)
Sets the resin:import path.
|
getObject, setParent
public void setConfigSystemId(java.lang.String systemId)
public void setHref(java.lang.String path)
public void setPath(java.lang.String path)
public void setOptional(boolean optional)
@PostConstruct public void init() throws java.lang.Exception
java.lang.Exception