|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Resolvable
Interface representing a resolvable include. Serializers that want to support BXML's resolution operators should implement this interface.
| Method Summary | |
|---|---|
URL |
getLocation()
Returns the serializer's location. |
Map<String,Object> |
getNamespace()
Returns's the serializer's namespace. |
Resources |
getResources()
Returns the serializer's resource bundle. |
void |
setLocation(URL location)
Sets the serializer's location. |
void |
setNamespace(Map<String,Object> namespace)
Sets the serializer's namespace. |
void |
setResources(Resources resources)
Sets the serializer's resource bundle. |
| Method Detail |
|---|
Map<String,Object> getNamespace()
void setNamespace(Map<String,Object> namespace)
namespace - URL getLocation()
void setLocation(URL location)
location - Resources getResources()
void setResources(Resources resources)
resources -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||